Html Css Color HEX #77CCDC Spray

📋 copy color: '#77CCDC'

red 119 ◦ green 204 ◦ blue 220

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

Shades of Spray #77CCDC

Tints of Spray #77CCDC

RGB

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

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

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

R = 21.92%
G = 37.57%
B = 40.52%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77CCDC (or 0x77CCDC) is known color: Spray. HEX triplet: 77, CC and DC. RGB value is (119,204,220). Sum of RGB (Red+Green+Blue) = 119+204+220=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #77CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCDC is #883323. Grayscale: #B4B4B4. Windows color (decimal): -8925988 or 14470263. OLE color: 14470263.

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

Color convert

RGB 119 204 220 -
CMYK 0.46 0.07 0 0.14
HSL 189.5º 0.59% 0.66% -
HSV(B) 189.5º 0.46% 0.86% -
XYZ 42.12 52.27 75.58 -
YUV 180.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 119 204 220 0.46 0.07 0 0.14 189.5 0.59 0.66
Hex 77 CC DC 2E 7 0 E BE 3B 42
Octal 167 314 334 56 7 0 16 276 73 102
Binary 1110111 11001100 11011100 101110 111 0 1110 10111110 111011 1000010

Color Harmonies of #77CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CCDC

Black with #77CCDC

Text Example


Text Example

White with #77CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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