Shades of Light Sky Blue #85C9FE
Tints of Light Sky Blue #85C9FE
RGB
CMYK
RGB Variations
Color information
#85C9FE (or 0x85C9FE) is known color: Light Sky Blue. HEX triplet: 85, C9 and FE. RGB value is (133,201,254). Sum of RGB (Red+Green+Blue) = 133+201+254=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #85C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C9FE is #7A3601. Grayscale: #BABABA. Windows color (decimal): -8009218 or 16697733. OLE color: 16697733.
HSL color Cylindrical-coordinate representation of color #85C9FE: hue angle of 206.28º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85C9FE is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 201 | 254 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.00 |
| HSL | 206.28º | 0.98% | 0.76% | - |
| HSV(B) | 206.28º | 0.48% | 1% | - |
| XYZ | 48.45 | 53.92 | 101.62 | - |
| YUV | 186.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 254 | 0.48 | 0.21 | 0 | 0.00 | 206.28 | 0.98 | 0.76 |
| Hex | 85 | C9 | FE | 30 | 15 | 0 | 0 | CE | 62 | 4C |
| Octal | 205 | 311 | 376 | 60 | 25 | 0 | 0 | 316 | 142 | 114 |
| Binary | 10000101 | 11001001 | 11111110 | 110000 | 10101 | 0 | 0 | 11001110 | 1100010 | 1001100 |
Color Harmonies of #85C9FE
Complementary color
Monochromatic Colors of #85C9FE
Black with #85C9FE
Text Example
Text Example
White with #85C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C9FE; }
p { color: rgb(133,201,254); }
H1.HeaderClassName
{
color: #85C9FE;
}
.AnyTagClassName
{
color: #85C9FE;
}
</style>
background-color css
<style>
a { background-color: #85C9FE; }
a { background-color: rgb(133,201,254); }
div.DivClassName
{
background-color: #85C9FE;
}
.BgClassName
{
background-color: #85C9FE;
}
</style>
border-color css
<style>
span { border-color: #85C9FE; }
span { border-color: rgb(133,201,254); }
td.TdClassName
{
border-color: #85C9FE;
}
.TagClassName
{
border-color: #85C9FE;
}
</style>