Shades of Light Sky Blue #76DFFF
Tints of Light Sky Blue #76DFFF
RGB
CMYK
RGB Variations
Color information
#76DFFF (or 0x76DFFF) is known color: Light Sky Blue. HEX triplet: 76, DF and FF. RGB value is (118,223,255). Sum of RGB (Red+Green+Blue) = 118+223+255=596 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.80% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #76DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFFF is #892000. Grayscale: #C3C3C3. Windows color (decimal): -8986625 or 16768886. OLE color: 16768886.
HSL color Cylindrical-coordinate representation of color #76DFFF: hue angle of 194.01º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76DFFF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 223 | 255 | - |
| CMYK | 0.54 | 0.13 | 0 | 0 |
| HSL | 194.01º | 1% | 0.73% | - |
| HSV(B) | 194.01º | 0.54% | 1% | - |
| XYZ | 51.91 | 63.85 | 104.2 | - |
| YUV | 195.25 | 161.71 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 255 | 0.54 | 0.13 | 0 | 0 | 194.01 | 1 | 0.73 |
| Hex | 76 | DF | FF | 36 | D | 0 | 0 | C2 | 64 | 49 |
| Octal | 166 | 337 | 377 | 66 | 15 | 0 | 0 | 302 | 144 | 111 |
| Binary | 1110110 | 11011111 | 11111111 | 110110 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001001 |
Color Harmonies of #76DFFF
Complementary color
Monochromatic Colors of #76DFFF
Black with #76DFFF
Text Example
Text Example
White with #76DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFFF; }
p { color: rgb(118,223,255); }
H1.HeaderClassName
{
color: #76DFFF;
}
.AnyTagClassName
{
color: #76DFFF;
}
</style>
background-color css
<style>
a { background-color: #76DFFF; }
a { background-color: rgb(118,223,255); }
div.DivClassName
{
background-color: #76DFFF;
}
.BgClassName
{
background-color: #76DFFF;
}
</style>
border-color css
<style>
span { border-color: #76DFFF; }
span { border-color: rgb(118,223,255); }
td.TdClassName
{
border-color: #76DFFF;
}
.TagClassName
{
border-color: #76DFFF;
}
</style>