Html Css Color HEX #77CEEA Spray

📋 copy color: '#77CEEA'

red 119 ◦ green 206 ◦ blue 234

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

Shades of Spray #77CEEA

Tints of Spray #77CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.85%

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 21.29%
G = 36.85%
B = 41.86%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77CEEA (or 0x77CEEA) is known color: Spray. HEX triplet: 77, CE and EA. RGB value is (119,206,234). Sum of RGB (Red+Green+Blue) = 119+206+234=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #77CEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CEEA is #883115. Grayscale: #B6B6B6. Windows color (decimal): -8925462 or 15388279. OLE color: 15388279.

HSL color Cylindrical-coordinate representation of color #77CEEA: hue angle of 194.61º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77CEEA is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 206 234 -
CMYK 0.49 0.12 0 0.08
HSL 194.61º 0.73% 0.69% -
HSV(B) 194.61º 0.49% 0.92% -
XYZ 44.53 54.01 85.92 -
YUV 183.18 156.68 82.22 -
System Red Green Blue C M Y K H S L
Decimal 119 206 234 0.49 0.12 0 0.08 194.61 0.73 0.69
Hex 77 CE EA 31 C 0 8 C3 49 45
Octal 167 316 352 61 14 0 10 303 111 105
Binary 1110111 11001110 11101010 110001 1100 0 1000 11000011 1001001 1000101

Color Harmonies of #77CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEEA

Black with #77CEEA

Text Example


Text Example

White with #77CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,206,234); }

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

background-color css

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

 a { background-color: rgb(119,206,234); }

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

border-color css

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

 span { border-color: rgb(119,206,234); }

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