Shades of Sky Blue #76CEF2
Tints of Sky Blue #76CEF2
RGB
CMYK
RGB Variations
Color information
#76CEF2 (or 0x76CEF2) is known color: Sky Blue. HEX triplet: 76, CE and F2. RGB value is (118,206,242). Sum of RGB (Red+Green+Blue) = 118+206+242=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #76CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CEF2 is #89310D. Grayscale: #B7B7B7. Windows color (decimal): -8990990 or 15912566. OLE color: 15912566.
HSL color Cylindrical-coordinate representation of color #76CEF2: hue angle of 197.42º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76CEF2 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 206 | 242 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.05 |
| HSL | 197.42º | 0.83% | 0.71% | - |
| HSV(B) | 197.42º | 0.51% | 0.95% | - |
| XYZ | 45.57 | 54.4 | 92.1 | - |
| YUV | 183.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 242 | 0.51 | 0.15 | 0 | 0.05 | 197.42 | 0.83 | 0.71 |
| Hex | 76 | CE | F2 | 33 | F | 0 | 5 | C5 | 53 | 47 |
| Octal | 166 | 316 | 362 | 63 | 17 | 0 | 5 | 305 | 123 | 107 |
| Binary | 1110110 | 11001110 | 11110010 | 110011 | 1111 | 0 | 101 | 11000101 | 1010011 | 1000111 |
Color Harmonies of #76CEF2
Complementary color
Monochromatic Colors of #76CEF2
Black with #76CEF2
Text Example
Text Example
White with #76CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CEF2; }
p { color: rgb(118,206,242); }
H1.HeaderClassName
{
color: #76CEF2;
}
.AnyTagClassName
{
color: #76CEF2;
}
</style>
background-color css
<style>
a { background-color: #76CEF2; }
a { background-color: rgb(118,206,242); }
div.DivClassName
{
background-color: #76CEF2;
}
.BgClassName
{
background-color: #76CEF2;
}
</style>
border-color css
<style>
span { border-color: #76CEF2; }
span { border-color: rgb(118,206,242); }
td.TdClassName
{
border-color: #76CEF2;
}
.TagClassName
{
border-color: #76CEF2;
}
</style>