Shades of Sky Blue #85CFE8
Tints of Sky Blue #85CFE8
RGB
CMYK
RGB Variations
Color information
#85CFE8 (or 0x85CFE8) is known color: Sky Blue. HEX triplet: 85, CF and E8. RGB value is (133,207,232). Sum of RGB (Red+Green+Blue) = 133+207+232=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #85CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFE8 is #7A3017. Grayscale: #BBBBBB. Windows color (decimal): -8007704 or 15257477. OLE color: 15257477.
HSL color Cylindrical-coordinate representation of color #85CFE8: hue angle of 195.15º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CFE8 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 207 | 232 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.09 |
| HSL | 195.15º | 0.68% | 0.72% | - |
| HSV(B) | 195.15º | 0.43% | 0.91% | - |
| XYZ | 46.55 | 55.44 | 84.59 | - |
| YUV | 187.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 232 | 0.43 | 0.11 | 0 | 0.09 | 195.15 | 0.68 | 0.72 |
| Hex | 85 | CF | E8 | 2B | B | 0 | 9 | C3 | 44 | 48 |
| Octal | 205 | 317 | 350 | 53 | 13 | 0 | 11 | 303 | 104 | 110 |
| Binary | 10000101 | 11001111 | 11101000 | 101011 | 1011 | 0 | 1001 | 11000011 | 1000100 | 1001000 |
Color Harmonies of #85CFE8
Complementary color
Monochromatic Colors of #85CFE8
Black with #85CFE8
Text Example
Text Example
White with #85CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFE8; }
p { color: rgb(133,207,232); }
H1.HeaderClassName
{
color: #85CFE8;
}
.AnyTagClassName
{
color: #85CFE8;
}
</style>
background-color css
<style>
a { background-color: #85CFE8; }
a { background-color: rgb(133,207,232); }
div.DivClassName
{
background-color: #85CFE8;
}
.BgClassName
{
background-color: #85CFE8;
}
</style>
border-color css
<style>
span { border-color: #85CFE8; }
span { border-color: rgb(133,207,232); }
td.TdClassName
{
border-color: #85CFE8;
}
.TagClassName
{
border-color: #85CFE8;
}
</style>