Shades of Light Sky Blue #85CFFC
Tints of Light Sky Blue #85CFFC
RGB
CMYK
RGB Variations
Color information
#85CFFC (or 0x85CFFC) is known color: Light Sky Blue. HEX triplet: 85, CF and FC. RGB value is (133,207,252). Sum of RGB (Red+Green+Blue) = 133+207+252=592 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.47% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #85CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFFC is #7A3003. Grayscale: #BDBDBD. Windows color (decimal): -8007684 or 16568197. OLE color: 16568197.
HSL color Cylindrical-coordinate representation of color #85CFFC: hue angle of 202.69º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85CFFC is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 207 | 252 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.01 |
| HSL | 202.69º | 0.95% | 0.75% | - |
| HSV(B) | 202.69º | 0.47% | 0.99% | - |
| XYZ | 49.56 | 56.64 | 100.42 | - |
| YUV | 190 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 252 | 0.47 | 0.18 | 0 | 0.01 | 202.69 | 0.95 | 0.75 |
| Hex | 85 | CF | FC | 2F | 12 | 0 | 1 | CB | 5F | 4B |
| Octal | 205 | 317 | 374 | 57 | 22 | 0 | 1 | 313 | 137 | 113 |
| Binary | 10000101 | 11001111 | 11111100 | 101111 | 10010 | 0 | 1 | 11001011 | 1011111 | 1001011 |
Color Harmonies of #85CFFC
Complementary color
Monochromatic Colors of #85CFFC
Black with #85CFFC
Text Example
Text Example
White with #85CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFFC; }
p { color: rgb(133,207,252); }
H1.HeaderClassName
{
color: #85CFFC;
}
.AnyTagClassName
{
color: #85CFFC;
}
</style>
background-color css
<style>
a { background-color: #85CFFC; }
a { background-color: rgb(133,207,252); }
div.DivClassName
{
background-color: #85CFFC;
}
.BgClassName
{
background-color: #85CFFC;
}
</style>
border-color css
<style>
span { border-color: #85CFFC; }
span { border-color: rgb(133,207,252); }
td.TdClassName
{
border-color: #85CFFC;
}
.TagClassName
{
border-color: #85CFFC;
}
</style>