Html Css Color HEX #77CBDC Spray

📋 copy color: '#77CBDC'

red 119 ◦ green 203 ◦ blue 220

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

Shades of Spray #77CBDC

Tints of Spray #77CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.45%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 21.96%
G = 37.45%
B = 40.59%

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

#77CBDC (or 0x77CBDC) is known color: Spray. HEX triplet: 77, CB and DC. RGB value is (119,203,220). Sum of RGB (Red+Green+Blue) = 119+203+220=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #77CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBDC is #883423. Grayscale: #B3B3B3. Windows color (decimal): -8926244 or 14470007. OLE color: 14470007.

HSL color Cylindrical-coordinate representation of color #77CBDC: hue angle of 190.1º degrees, saturation: 0.59, 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 #77CBDC is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 203 220 -
CMYK 0.46 0.08 0 0.14
HSL 190.1º 0.59% 0.66% -
HSV(B) 190.1º 0.46% 0.86% -
XYZ 41.88 51.8 75.5 -
YUV 179.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 119 203 220 0.46 0.08 0 0.14 190.1 0.59 0.66
Hex 77 CB DC 2E 8 0 E BE 3B 42
Octal 167 313 334 56 10 0 16 276 73 102
Binary 1110111 11001011 11011100 101110 1000 0 1110 10111110 111011 1000010

Color Harmonies of #77CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBDC

Black with #77CBDC

Text Example


Text Example

White with #77CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,203,220); }

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

background-color css

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

 a { background-color: rgb(119,203,220); }

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

border-color css

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

 span { border-color: rgb(119,203,220); }

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