Shades of Spray #77D2EA
Tints of Spray #77D2EA
RGB
CMYK
RGB Variations
Color information
#77D2EA (or 0x77D2EA) is known color: Spray. HEX triplet: 77, D2 and EA. RGB value is (119,210,234). Sum of RGB (Red+Green+Blue) = 119+210+234=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #77D2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D2EA is #882D15. Grayscale: #B9B9B9. Windows color (decimal): -8924438 or 15389303. OLE color: 15389303.
HSL color Cylindrical-coordinate representation of color #77D2EA: hue angle of 192.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77D2EA is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 210 | 234 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.08 |
| HSL | 192.52º | 0.73% | 0.69% | - |
| HSV(B) | 192.52º | 0.49% | 0.92% | - |
| XYZ | 45.51 | 55.96 | 86.24 | - |
| YUV | 185.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 210 | 234 | 0.49 | 0.10 | 0 | 0.08 | 192.52 | 0.73 | 0.69 |
| Hex | 77 | D2 | EA | 31 | A | 0 | 8 | C1 | 49 | 45 |
| Octal | 167 | 322 | 352 | 61 | 12 | 0 | 10 | 301 | 111 | 105 |
| Binary | 1110111 | 11010010 | 11101010 | 110001 | 1010 | 0 | 1000 | 11000001 | 1001001 | 1000101 |
Color Harmonies of #77D2EA
Complementary color
Monochromatic Colors of #77D2EA
Black with #77D2EA
Text Example
Text Example
White with #77D2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D2EA; }
p { color: rgb(119,210,234); }
H1.HeaderClassName
{
color: #77D2EA;
}
.AnyTagClassName
{
color: #77D2EA;
}
</style>
background-color css
<style>
a { background-color: #77D2EA; }
a { background-color: rgb(119,210,234); }
div.DivClassName
{
background-color: #77D2EA;
}
.BgClassName
{
background-color: #77D2EA;
}
</style>
border-color css
<style>
span { border-color: #77D2EA; }
span { border-color: rgb(119,210,234); }
td.TdClassName
{
border-color: #77D2EA;
}
.TagClassName
{
border-color: #77D2EA;
}
</style>