Shades of Light Sky Blue #85C8F4
Tints of Light Sky Blue #85C8F4
RGB
CMYK
RGB Variations
Color information
#85C8F4 (or 0x85C8F4) is known color: Light Sky Blue. HEX triplet: 85, C8 and F4. RGB value is (133,200,244). Sum of RGB (Red+Green+Blue) = 133+200+244=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #85C8F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C8F4 is #7A370B. Grayscale: #B8B8B8. Windows color (decimal): -8009484 or 16042117. OLE color: 16042117.
HSL color Cylindrical-coordinate representation of color #85C8F4: hue angle of 203.78º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85C8F4 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 200 | 244 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.04 |
| HSL | 203.78º | 0.83% | 0.74% | - |
| HSV(B) | 203.78º | 0.45% | 0.96% | - |
| XYZ | 46.66 | 52.83 | 93.33 | - |
| YUV | 184.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 244 | 0.45 | 0.18 | 0 | 0.04 | 203.78 | 0.83 | 0.74 |
| Hex | 85 | C8 | F4 | 2D | 12 | 0 | 4 | CC | 53 | 4A |
| Octal | 205 | 310 | 364 | 55 | 22 | 0 | 4 | 314 | 123 | 112 |
| Binary | 10000101 | 11001000 | 11110100 | 101101 | 10010 | 0 | 100 | 11001100 | 1010011 | 1001010 |
Color Harmonies of #85C8F4
Complementary color
Monochromatic Colors of #85C8F4
Black with #85C8F4
Text Example
Text Example
White with #85C8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C8F4; }
p { color: rgb(133,200,244); }
H1.HeaderClassName
{
color: #85C8F4;
}
.AnyTagClassName
{
color: #85C8F4;
}
</style>
background-color css
<style>
a { background-color: #85C8F4; }
a { background-color: rgb(133,200,244); }
div.DivClassName
{
background-color: #85C8F4;
}
.BgClassName
{
background-color: #85C8F4;
}
</style>
border-color css
<style>
span { border-color: #85C8F4; }
span { border-color: rgb(133,200,244); }
td.TdClassName
{
border-color: #85C8F4;
}
.TagClassName
{
border-color: #85C8F4;
}
</style>