#77CFDA

Color #77CFDA Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #77CFDA

Tints of Spray #77CFDA

Color information

#77CFDA (or 0x77CFDA) is unknown color: approx Spray. HEX triplet: 77, CF and DA. RGB value is (119,207,218). Sum of RGB (Red+Green+Blue) = 119+207+218=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #77CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFDA is #883025. Grayscale: #B5B5B5. Windows color (decimal): -8925222 or 14339959. OLE color: 14339959.

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

Color convert

RGB119207218-
CMYK0.450.0500.15
HSL186.67º57.23%66.08%-
HSV(B)186.67º45.41%85.49%-
XYZ42.5853.6174.43-
YUV181.94148.3583.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.88%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=21.88%
G=38.05%
B=40.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192072180.450.0500.15186.6757.2366.08
Hex77CFDA2D50Fbb3942
Octal16731733255501727371102
Binary1110111110011111101101010110110101111101110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77CFDA;
 }
 .AnyTagClassName
 {
   color: #77CFDA;
 }
</style>
background-color css

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

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

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

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

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

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