Shades of Light Sky Blue #85CFFF
Tints of Light Sky Blue #85CFFF
RGB
CMYK
RGB Variations
Color information
#85CFFF (or 0x85CFFF) is known color: Light Sky Blue. HEX triplet: 85, CF and FF. RGB value is (133,207,255). Sum of RGB (Red+Green+Blue) = 133+207+255=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #85CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFFF is #7A3000. Grayscale: #BEBEBE. Windows color (decimal): -8007681 or 16764805. OLE color: 16764805.
HSL color Cylindrical-coordinate representation of color #85CFFF: hue angle of 203.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85CFFF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 207 | 255 | - |
| CMYK | 0.48 | 0.19 | 0 | 0 |
| HSL | 203.61º | 1% | 0.76% | - |
| HSV(B) | 203.61º | 0.48% | 1% | - |
| XYZ | 50.04 | 56.83 | 102.94 | - |
| YUV | 190.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 255 | 0.48 | 0.19 | 0 | 0 | 203.61 | 1 | 0.76 |
| Hex | 85 | CF | FF | 30 | 13 | 0 | 0 | CC | 64 | 4C |
| Octal | 205 | 317 | 377 | 60 | 23 | 0 | 0 | 314 | 144 | 114 |
| Binary | 10000101 | 11001111 | 11111111 | 110000 | 10011 | 0 | 0 | 11001100 | 1100100 | 1001100 |
Color Harmonies of #85CFFF
Complementary color
Monochromatic Colors of #85CFFF
Black with #85CFFF
Text Example
Text Example
White with #85CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFFF; }
p { color: rgb(133,207,255); }
H1.HeaderClassName
{
color: #85CFFF;
}
.AnyTagClassName
{
color: #85CFFF;
}
</style>
background-color css
<style>
a { background-color: #85CFFF; }
a { background-color: rgb(133,207,255); }
div.DivClassName
{
background-color: #85CFFF;
}
.BgClassName
{
background-color: #85CFFF;
}
</style>
border-color css
<style>
span { border-color: #85CFFF; }
span { border-color: rgb(133,207,255); }
td.TdClassName
{
border-color: #85CFFF;
}
.TagClassName
{
border-color: #85CFFF;
}
</style>