Html Css Color HEX #77CCD8 Spray

📋 copy color: '#77CCD8'

red 119 ◦ green 204 ◦ blue 216

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

Shades of Spray #77CCD8

Tints of Spray #77CCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 22.08%
G = 37.85%
B = 40.07%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77CCD8 (or 0x77CCD8) is known color: Spray. HEX triplet: 77, CC and D8. RGB value is (119,204,216). Sum of RGB (Red+Green+Blue) = 119+204+216=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #77CCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCD8 is #883327. Grayscale: #B3B3B3. Windows color (decimal): -8925992 or 14208119. OLE color: 14208119.

HSL color Cylindrical-coordinate representation of color #77CCD8: hue angle of 187.42º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77CCD8 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 204 216 -
CMYK 0.45 0.06 0 0.15
HSL 187.42º 0.55% 0.66% -
HSV(B) 187.42º 0.45% 0.85% -
XYZ 41.6 52.07 72.82 -
YUV 179.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 119 204 216 0.45 0.06 0 0.15 187.42 0.55 0.66
Hex 77 CC D8 2D 6 0 F BB 37 42
Octal 167 314 330 55 6 0 17 273 67 102
Binary 1110111 11001100 11011000 101101 110 0 1111 10111011 110111 1000010

Color Harmonies of #77CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CCD8

Black with #77CCD8

Text Example


Text Example

White with #77CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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