Html Css Color HEX #77CCF6 Maya Blue

📋 copy color: '#77CCF6'

red 119 ◦ green 204 ◦ blue 246

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

Shades of Maya Blue #77CCF6

Tints of Maya Blue #77CCF6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 20.91%
G = 35.85%
B = 43.23%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77CCF6 (or 0x77CCF6) is known color: Maya Blue. HEX triplet: 77, CC and F6. RGB value is (119,204,246). Sum of RGB (Red+Green+Blue) = 119+204+246=569 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.91% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #77CCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CCF6 is #883309. Grayscale: #B7B7B7. Windows color (decimal): -8925962 or 16174199. OLE color: 16174199.

HSL color Cylindrical-coordinate representation of color #77CCF6: hue angle of 199.84º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77CCF6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 204 246 -
CMYK 0.52 0.17 0 0.04
HSL 199.84º 0.88% 0.72% -
HSV(B) 199.84º 0.52% 0.96% -
XYZ 45.84 53.76 95.15 -
YUV 183.37 163.34 82.08 -
System Red Green Blue C M Y K H S L
Decimal 119 204 246 0.52 0.17 0 0.04 199.84 0.88 0.72
Hex 77 CC F6 34 11 0 4 C8 58 48
Octal 167 314 366 64 21 0 4 310 130 110
Binary 1110111 11001100 11110110 110100 10001 0 100 11001000 1011000 1001000

Color Harmonies of #77CCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CCF6

Black with #77CCF6

Text Example


Text Example

White with #77CCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,204,246); }

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

background-color css

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

 a { background-color: rgb(119,204,246); }

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

border-color css

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

 span { border-color: rgb(119,204,246); }

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