Html Css Color HEX #77CCDA Spray

📋 copy color: '#77CCDA'

red 119 ◦ green 204 ◦ blue 218

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

Shades of Spray #77CCDA

Tints of Spray #77CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 22%
G = 37.71%
B = 40.3%

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

#77CCDA (or 0x77CCDA) is known color: Spray. HEX triplet: 77, CC and DA. RGB value is (119,204,218). Sum of RGB (Red+Green+Blue) = 119+204+218=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #77CCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCDA is #883325. Grayscale: #B4B4B4. Windows color (decimal): -8925990 or 14339191. OLE color: 14339191.

HSL color Cylindrical-coordinate representation of color #77CCDA: hue angle of 188.48º degrees, saturation: 0.57, 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 #77CCDA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 204 218 -
CMYK 0.45 0.06 0 0.15
HSL 188.48º 0.57% 0.66% -
HSV(B) 188.48º 0.45% 0.85% -
XYZ 41.86 52.17 74.19 -
YUV 180.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 119 204 218 0.45 0.06 0 0.15 188.48 0.57 0.66
Hex 77 CC DA 2D 6 0 F BC 39 42
Octal 167 314 332 55 6 0 17 274 71 102
Binary 1110111 11001100 11011010 101101 110 0 1111 10111100 111001 1000010

Color Harmonies of #77CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CCDA

Black with #77CCDA

Text Example


Text Example

White with #77CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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