Shades of Sky Blue #85CDEF
Tints of Sky Blue #85CDEF
RGB
CMYK
RGB Variations
Color information
#85CDEF (or 0x85CDEF) is known color: Sky Blue. HEX triplet: 85, CD and EF. RGB value is (133,205,239). Sum of RGB (Red+Green+Blue) = 133+205+239=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #85CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CDEF is #7A3210. Grayscale: #BBBBBB. Windows color (decimal): -8008209 or 15715717. OLE color: 15715717.
HSL color Cylindrical-coordinate representation of color #85CDEF: hue angle of 199.25º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85CDEF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 205 | 239 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.06 |
| HSL | 199.25º | 0.77% | 0.73% | - |
| HSV(B) | 199.25º | 0.44% | 0.94% | - |
| XYZ | 47.08 | 54.88 | 89.77 | - |
| YUV | 187.35 | 157.15 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 239 | 0.44 | 0.14 | 0 | 0.06 | 199.25 | 0.77 | 0.73 |
| Hex | 85 | CD | EF | 2C | E | 0 | 6 | C7 | 4D | 49 |
| Octal | 205 | 315 | 357 | 54 | 16 | 0 | 6 | 307 | 115 | 111 |
| Binary | 10000101 | 11001101 | 11101111 | 101100 | 1110 | 0 | 110 | 11000111 | 1001101 | 1001001 |
Color Harmonies of #85CDEF
Complementary color
Monochromatic Colors of #85CDEF
Black with #85CDEF
Text Example
Text Example
White with #85CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDEF; }
p { color: rgb(133,205,239); }
H1.HeaderClassName
{
color: #85CDEF;
}
.AnyTagClassName
{
color: #85CDEF;
}
</style>
background-color css
<style>
a { background-color: #85CDEF; }
a { background-color: rgb(133,205,239); }
div.DivClassName
{
background-color: #85CDEF;
}
.BgClassName
{
background-color: #85CDEF;
}
</style>
border-color css
<style>
span { border-color: #85CDEF; }
span { border-color: rgb(133,205,239); }
td.TdClassName
{
border-color: #85CDEF;
}
.TagClassName
{
border-color: #85CDEF;
}
</style>