Shades of Sky Blue #85D2EB
Tints of Sky Blue #85D2EB
RGB
CMYK
RGB Variations
Color information
#85D2EB (or 0x85D2EB) is known color: Sky Blue. HEX triplet: 85, D2 and EB. RGB value is (133,210,235). Sum of RGB (Red+Green+Blue) = 133+210+235=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #85D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D2EB is #7A2D14. Grayscale: #BDBDBD. Windows color (decimal): -8006933 or 15454853. OLE color: 15454853.
HSL color Cylindrical-coordinate representation of color #85D2EB: hue angle of 194.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85D2EB is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 210 | 235 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.08 |
| HSL | 194.71º | 0.72% | 0.72% | - |
| HSV(B) | 194.71º | 0.43% | 0.92% | - |
| XYZ | 47.71 | 57.08 | 87.1 | - |
| YUV | 189.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 235 | 0.43 | 0.11 | 0 | 0.08 | 194.71 | 0.72 | 0.72 |
| Hex | 85 | D2 | EB | 2B | B | 0 | 8 | C3 | 48 | 48 |
| Octal | 205 | 322 | 353 | 53 | 13 | 0 | 10 | 303 | 110 | 110 |
| Binary | 10000101 | 11010010 | 11101011 | 101011 | 1011 | 0 | 1000 | 11000011 | 1001000 | 1001000 |
Color Harmonies of #85D2EB
Complementary color
Monochromatic Colors of #85D2EB
Black with #85D2EB
Text Example
Text Example
White with #85D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D2EB; }
p { color: rgb(133,210,235); }
H1.HeaderClassName
{
color: #85D2EB;
}
.AnyTagClassName
{
color: #85D2EB;
}
</style>
background-color css
<style>
a { background-color: #85D2EB; }
a { background-color: rgb(133,210,235); }
div.DivClassName
{
background-color: #85D2EB;
}
.BgClassName
{
background-color: #85D2EB;
}
</style>
border-color css
<style>
span { border-color: #85D2EB; }
span { border-color: rgb(133,210,235); }
td.TdClassName
{
border-color: #85D2EB;
}
.TagClassName
{
border-color: #85D2EB;
}
</style>