Shades of Spray #77CADB
Tints of Spray #77CADB
RGB
CMYK
RGB Variations
Color information
#77CADB (or 0x77CADB) is known color: Spray. HEX triplet: 77, CA and DB. RGB value is (119,202,219). Sum of RGB (Red+Green+Blue) = 119+202+219=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #77CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CADB is #883524. Grayscale: #B2B2B2. Windows color (decimal): -8926501 or 14404215. OLE color: 14404215.
HSL color Cylindrical-coordinate representation of color #77CADB: hue angle of 190.2º degrees, saturation: 0.58, 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 #77CADB is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 202 | 219 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.14 |
| HSL | 190.2º | 0.58% | 0.66% | - |
| HSV(B) | 190.2º | 0.46% | 0.86% | - |
| XYZ | 41.51 | 51.28 | 74.73 | - |
| YUV | 179.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 219 | 0.46 | 0.08 | 0 | 0.14 | 190.2 | 0.58 | 0.66 |
| Hex | 77 | CA | DB | 2E | 8 | 0 | E | BE | 3A | 42 |
| Octal | 167 | 312 | 333 | 56 | 10 | 0 | 16 | 276 | 72 | 102 |
| Binary | 1110111 | 11001010 | 11011011 | 101110 | 1000 | 0 | 1110 | 10111110 | 111010 | 1000010 |
Color Harmonies of #77CADB
Complementary color
Monochromatic Colors of #77CADB
Black with #77CADB
Text Example
Text Example
White with #77CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CADB; }
p { color: rgb(119,202,219); }
H1.HeaderClassName
{
color: #77CADB;
}
.AnyTagClassName
{
color: #77CADB;
}
</style>
background-color css
<style>
a { background-color: #77CADB; }
a { background-color: rgb(119,202,219); }
div.DivClassName
{
background-color: #77CADB;
}
.BgClassName
{
background-color: #77CADB;
}
</style>
border-color css
<style>
span { border-color: #77CADB; }
span { border-color: rgb(119,202,219); }
td.TdClassName
{
border-color: #77CADB;
}
.TagClassName
{
border-color: #77CADB;
}
</style>