#77CADA

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

Shades of Spray #77CADA

Tints of Spray #77CADA

Color information

#77CADA (or 0x77CADA) is unknown color: approx Spray. HEX triplet: 77, CA and DA. RGB value is (119,202,218). Sum of RGB (Red+Green+Blue) = 119+202+218=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #77CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CADA is #883525. Grayscale: #B2B2B2. Windows color (decimal): -8926502 or 14338679. OLE color: 14338679.

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

Color convert

RGB119202218-
CMYK0.450.0700.15
HSL189.7º57.23%66.08%-
HSV(B)189.7º45.41%85.49%-
XYZ41.3851.2274.04-
YUV179.0115085.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.08%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=22.08%
G=37.48%
B=40.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192022180.450.0700.15189.757.2366.08
Hex77CADA2D70Fbe3942
Octal16731233255701727671102
Binary1110111110010101101101010110111101111101111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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