Html Css Color HEX #77C9DB Spray

📋 copy color: '#77C9DB'

red 119 ◦ green 201 ◦ blue 219

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

Shades of Spray #77C9DB

Tints of Spray #77C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 22.08%
G = 37.29%
B = 40.63%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77C9DB (or 0x77C9DB) is known color: Spray. HEX triplet: 77, C9 and DB. RGB value is (119,201,219). Sum of RGB (Red+Green+Blue) = 119+201+219=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #77C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C9DB is #883624. Grayscale: #B2B2B2. Windows color (decimal): -8926757 or 14403959. OLE color: 14403959.

HSL color Cylindrical-coordinate representation of color #77C9DB: hue angle of 190.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C9DB is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 201 219 -
CMYK 0.46 0.08 0 0.14
HSL 190.8º 0.58% 0.66% -
HSV(B) 190.8º 0.46% 0.86% -
XYZ 41.28 50.81 74.65 -
YUV 178.53 150.83 85.54 -
System Red Green Blue C M Y K H S L
Decimal 119 201 219 0.46 0.08 0 0.14 190.8 0.58 0.66
Hex 77 C9 DB 2E 8 0 E BF 3A 42
Octal 167 311 333 56 10 0 16 277 72 102
Binary 1110111 11001001 11011011 101110 1000 0 1110 10111111 111010 1000010

Color Harmonies of #77C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C9DB

Black with #77C9DB

Text Example


Text Example

White with #77C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,201,219); }

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

background-color css

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

 a { background-color: rgb(119,201,219); }

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

border-color css

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

 span { border-color: rgb(119,201,219); }

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