Shades of Spray #77CED3
Tints of Spray #77CED3
RGB
CMYK
RGB Variations
Color information
#77CED3 (or 0x77CED3) is known color: Spray. HEX triplet: 77, CE and D3. RGB value is (119,206,211). Sum of RGB (Red+Green+Blue) = 119+206+211=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #77CED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CED3 is #88312C. Grayscale: #B4B4B4. Windows color (decimal): -8925485 or 13880951. OLE color: 13880951.
HSL color Cylindrical-coordinate representation of color #77CED3: hue angle of 183.26º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77CED3 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 206 | 211 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.17 |
| HSL | 183.26º | 0.51% | 0.65% | - |
| HSV(B) | 183.26º | 0.44% | 0.83% | - |
| XYZ | 41.44 | 52.77 | 69.63 | - |
| YUV | 180.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 211 | 0.44 | 0.02 | 0 | 0.17 | 183.26 | 0.51 | 0.65 |
| Hex | 77 | CE | D3 | 2C | 2 | 0 | 11 | B7 | 33 | 41 |
| Octal | 167 | 316 | 323 | 54 | 2 | 0 | 21 | 267 | 63 | 101 |
| Binary | 1110111 | 11001110 | 11010011 | 101100 | 10 | 0 | 10001 | 10110111 | 110011 | 1000001 |
Color Harmonies of #77CED3
Complementary color
Monochromatic Colors of #77CED3
Black with #77CED3
Text Example
Text Example
White with #77CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CED3; }
p { color: rgb(119,206,211); }
H1.HeaderClassName
{
color: #77CED3;
}
.AnyTagClassName
{
color: #77CED3;
}
</style>
background-color css
<style>
a { background-color: #77CED3; }
a { background-color: rgb(119,206,211); }
div.DivClassName
{
background-color: #77CED3;
}
.BgClassName
{
background-color: #77CED3;
}
</style>
border-color css
<style>
span { border-color: #77CED3; }
span { border-color: rgb(119,206,211); }
td.TdClassName
{
border-color: #77CED3;
}
.TagClassName
{
border-color: #77CED3;
}
</style>