Html Css Color HEX #77B9F0 Maya Blue

📋 copy color: '#77B9F0'

red 119 ◦ green 185 ◦ blue 240

#77B9F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #77B9F0

Tints of Maya Blue #77B9F0

RGB

 RED value IS 119 (46.88% from 255) = 21.88%

 GREEN value IS 185 (72.66% from 255) = 34.01%

 BLUE value IS 240 (94.14% from 255) = 44.12%

R = 21.88%
G = 34.01%
B = 44.12%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#77B9F0 (or 0x77B9F0) is known color: Maya Blue. HEX triplet: 77, B9 and F0. RGB value is (119,185,240). Sum of RGB (Red+Green+Blue) = 119+185+240=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #77B9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B9F0 is #88460F. Grayscale: #ABABAB. Windows color (decimal): -8930832 or 15776119. OLE color: 15776119.

HSL color Cylindrical-coordinate representation of color #77B9F0: hue angle of 207.27º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77B9F0 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 185 240 -
CMYK 0.50 0.23 0 0.06
HSL 207.27º 0.8% 0.7% -
HSV(B) 207.27º 0.5% 0.94% -
XYZ 40.68 44.91 88.96 -
YUV 171.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 119 185 240 0.50 0.23 0 0.06 207.27 0.8 0.7
Hex 77 B9 F0 32 17 0 6 CF 50 46
Octal 167 271 360 62 27 0 6 317 120 106
Binary 1110111 10111001 11110000 110010 10111 0 110 11001111 1010000 1000110

Color Harmonies of #77B9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B9F0

Black with #77B9F0

Text Example


Text Example

White with #77B9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B9F0; }

 p { color: rgb(119,185,240); }

 H1.HeaderClassName
 {
   color: #77B9F0;
 }
 .AnyTagClassName
 {
   color: #77B9F0;
 }
</style>

background-color css

<style>
 a { background-color: #77B9F0; }

 a { background-color: rgb(119,185,240); }

 div.DivClassName
 {
   background-color: #77B9F0;
 }
 .BgClassName
 {
   background-color: #77B9F0;
 }
</style>

border-color css

<style>
 span { border-color: #77B9F0; }

 span { border-color: rgb(119,185,240); }

 td.TdClassName
 {
   border-color: #77B9F0;
 }
 .TagClassName
 {
   border-color: #77B9F0;
 }
</style>