Shades of Light Sky Blue #85CEF3
Tints of Light Sky Blue #85CEF3
RGB
CMYK
RGB Variations
Color information
#85CEF3 (or 0x85CEF3) is known color: Light Sky Blue. HEX triplet: 85, CE and F3. RGB value is (133,206,243). Sum of RGB (Red+Green+Blue) = 133+206+243=582 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.85% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #85CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CEF3 is #7A310C. Grayscale: #BCBCBC. Windows color (decimal): -8007949 or 15978117. OLE color: 15978117.
HSL color Cylindrical-coordinate representation of color #85CEF3: hue angle of 200.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CEF3 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 206 | 243 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.05 |
| HSL | 200.18º | 0.82% | 0.74% | - |
| HSV(B) | 200.18º | 0.45% | 0.95% | - |
| XYZ | 47.92 | 55.6 | 93 | - |
| YUV | 188.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 243 | 0.45 | 0.15 | 0 | 0.05 | 200.18 | 0.82 | 0.74 |
| Hex | 85 | CE | F3 | 2D | F | 0 | 5 | C8 | 52 | 4A |
| Octal | 205 | 316 | 363 | 55 | 17 | 0 | 5 | 310 | 122 | 112 |
| Binary | 10000101 | 11001110 | 11110011 | 101101 | 1111 | 0 | 101 | 11001000 | 1010010 | 1001010 |
Color Harmonies of #85CEF3
Complementary color
Monochromatic Colors of #85CEF3
Black with #85CEF3
Text Example
Text Example
White with #85CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEF3; }
p { color: rgb(133,206,243); }
H1.HeaderClassName
{
color: #85CEF3;
}
.AnyTagClassName
{
color: #85CEF3;
}
</style>
background-color css
<style>
a { background-color: #85CEF3; }
a { background-color: rgb(133,206,243); }
div.DivClassName
{
background-color: #85CEF3;
}
.BgClassName
{
background-color: #85CEF3;
}
</style>
border-color css
<style>
span { border-color: #85CEF3; }
span { border-color: rgb(133,206,243); }
td.TdClassName
{
border-color: #85CEF3;
}
.TagClassName
{
border-color: #85CEF3;
}
</style>