Shades of Spray #77CDE1
Tints of Spray #77CDE1
RGB
CMYK
RGB Variations
Color information
#77CDE1 (or 0x77CDE1) is known color: Spray. HEX triplet: 77, CD and E1. RGB value is (119,205,225). Sum of RGB (Red+Green+Blue) = 119+205+225=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #77CDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDE1 is #88321E. Grayscale: #B5B5B5. Windows color (decimal): -8925727 or 14798199. OLE color: 14798199.
HSL color Cylindrical-coordinate representation of color #77CDE1: hue angle of 191.32º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77CDE1 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 205 | 225 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.12 |
| HSL | 191.32º | 0.64% | 0.67% | - |
| HSV(B) | 191.32º | 0.47% | 0.88% | - |
| XYZ | 43.03 | 53.02 | 79.2 | - |
| YUV | 181.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 225 | 0.47 | 0.09 | 0 | 0.12 | 191.32 | 0.64 | 0.67 |
| Hex | 77 | CD | E1 | 2F | 9 | 0 | C | BF | 40 | 43 |
| Octal | 167 | 315 | 341 | 57 | 11 | 0 | 14 | 277 | 100 | 103 |
| Binary | 1110111 | 11001101 | 11100001 | 101111 | 1001 | 0 | 1100 | 10111111 | 1000000 | 1000011 |
Color Harmonies of #77CDE1
Complementary color
Monochromatic Colors of #77CDE1
Black with #77CDE1
Text Example
Text Example
White with #77CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDE1; }
p { color: rgb(119,205,225); }
H1.HeaderClassName
{
color: #77CDE1;
}
.AnyTagClassName
{
color: #77CDE1;
}
</style>
background-color css
<style>
a { background-color: #77CDE1; }
a { background-color: rgb(119,205,225); }
div.DivClassName
{
background-color: #77CDE1;
}
.BgClassName
{
background-color: #77CDE1;
}
</style>
border-color css
<style>
span { border-color: #77CDE1; }
span { border-color: rgb(119,205,225); }
td.TdClassName
{
border-color: #77CDE1;
}
.TagClassName
{
border-color: #77CDE1;
}
</style>