Shades of Sky Blue #85DDF1
Tints of Sky Blue #85DDF1
RGB
CMYK
RGB Variations
Color information
#85DDF1 (or 0x85DDF1) is known color: Sky Blue. HEX triplet: 85, DD and F1. RGB value is (133,221,241). Sum of RGB (Red+Green+Blue) = 133+221+241=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #85DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DDF1 is #7A220E. Grayscale: #C4C4C4. Windows color (decimal): -8004111 or 15850885. OLE color: 15850885.
HSL color Cylindrical-coordinate representation of color #85DDF1: hue angle of 191.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85DDF1 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 221 | 241 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.05 |
| HSL | 191.11º | 0.79% | 0.73% | - |
| HSV(B) | 191.11º | 0.45% | 0.95% | - |
| XYZ | 51.41 | 63.05 | 92.68 | - |
| YUV | 196.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 241 | 0.45 | 0.08 | 0 | 0.05 | 191.11 | 0.79 | 0.73 |
| Hex | 85 | DD | F1 | 2D | 8 | 0 | 5 | BF | 4F | 49 |
| Octal | 205 | 335 | 361 | 55 | 10 | 0 | 5 | 277 | 117 | 111 |
| Binary | 10000101 | 11011101 | 11110001 | 101101 | 1000 | 0 | 101 | 10111111 | 1001111 | 1001001 |
Color Harmonies of #85DDF1
Complementary color
Monochromatic Colors of #85DDF1
Black with #85DDF1
Text Example
Text Example
White with #85DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDF1; }
p { color: rgb(133,221,241); }
H1.HeaderClassName
{
color: #85DDF1;
}
.AnyTagClassName
{
color: #85DDF1;
}
</style>
background-color css
<style>
a { background-color: #85DDF1; }
a { background-color: rgb(133,221,241); }
div.DivClassName
{
background-color: #85DDF1;
}
.BgClassName
{
background-color: #85DDF1;
}
</style>
border-color css
<style>
span { border-color: #85DDF1; }
span { border-color: rgb(133,221,241); }
td.TdClassName
{
border-color: #85DDF1;
}
.TagClassName
{
border-color: #85DDF1;
}
</style>