Shades of Spray #77CFE2
Tints of Spray #77CFE2
RGB
CMYK
RGB Variations
Color information
#77CFE2 (or 0x77CFE2) is known color: Spray. HEX triplet: 77, CF and E2. RGB value is (119,207,226). Sum of RGB (Red+Green+Blue) = 119+207+226=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #77CFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFE2 is #88301D. Grayscale: #B6B6B6. Windows color (decimal): -8925214 or 14864247. OLE color: 14864247.
HSL color Cylindrical-coordinate representation of color #77CFE2: hue angle of 190.65º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77CFE2 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 207 | 226 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.11 |
| HSL | 190.65º | 0.65% | 0.68% | - |
| HSV(B) | 190.65º | 0.47% | 0.89% | - |
| XYZ | 43.65 | 54.04 | 80.08 | - |
| YUV | 182.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 226 | 0.47 | 0.08 | 0 | 0.11 | 190.65 | 0.65 | 0.68 |
| Hex | 77 | CF | E2 | 2F | 8 | 0 | B | BF | 41 | 44 |
| Octal | 167 | 317 | 342 | 57 | 10 | 0 | 13 | 277 | 101 | 104 |
| Binary | 1110111 | 11001111 | 11100010 | 101111 | 1000 | 0 | 1011 | 10111111 | 1000001 | 1000100 |
Color Harmonies of #77CFE2
Complementary color
Monochromatic Colors of #77CFE2
Black with #77CFE2
Text Example
Text Example
White with #77CFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFE2; }
p { color: rgb(119,207,226); }
H1.HeaderClassName
{
color: #77CFE2;
}
.AnyTagClassName
{
color: #77CFE2;
}
</style>
background-color css
<style>
a { background-color: #77CFE2; }
a { background-color: rgb(119,207,226); }
div.DivClassName
{
background-color: #77CFE2;
}
.BgClassName
{
background-color: #77CFE2;
}
</style>
border-color css
<style>
span { border-color: #77CFE2; }
span { border-color: rgb(119,207,226); }
td.TdClassName
{
border-color: #77CFE2;
}
.TagClassName
{
border-color: #77CFE2;
}
</style>