Shades of Sky Blue #85DCF2
Tints of Sky Blue #85DCF2
RGB
CMYK
RGB Variations
Color information
#85DCF2 (or 0x85DCF2) is known color: Sky Blue. HEX triplet: 85, DC and F2. RGB value is (133,220,242). Sum of RGB (Red+Green+Blue) = 133+220+242=595 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.35% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #85DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCF2 is #7A230D. Grayscale: #C4C4C4. Windows color (decimal): -8004366 or 15916165. OLE color: 15916165.
HSL color Cylindrical-coordinate representation of color #85DCF2: hue angle of 192.11º degrees, saturation: 0.81, 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 #85DCF2 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 220 | 242 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.05 |
| HSL | 192.11º | 0.81% | 0.74% | - |
| HSV(B) | 192.11º | 0.45% | 0.95% | - |
| XYZ | 51.29 | 62.58 | 93.38 | - |
| YUV | 196.5 | 153.68 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 242 | 0.45 | 0.09 | 0 | 0.05 | 192.11 | 0.81 | 0.74 |
| Hex | 85 | DC | F2 | 2D | 9 | 0 | 5 | C0 | 51 | 4A |
| Octal | 205 | 334 | 362 | 55 | 11 | 0 | 5 | 300 | 121 | 112 |
| Binary | 10000101 | 11011100 | 11110010 | 101101 | 1001 | 0 | 101 | 11000000 | 1010001 | 1001010 |
Color Harmonies of #85DCF2
Complementary color
Monochromatic Colors of #85DCF2
Black with #85DCF2
Text Example
Text Example
White with #85DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCF2; }
p { color: rgb(133,220,242); }
H1.HeaderClassName
{
color: #85DCF2;
}
.AnyTagClassName
{
color: #85DCF2;
}
</style>
background-color css
<style>
a { background-color: #85DCF2; }
a { background-color: rgb(133,220,242); }
div.DivClassName
{
background-color: #85DCF2;
}
.BgClassName
{
background-color: #85DCF2;
}
</style>
border-color css
<style>
span { border-color: #85DCF2; }
span { border-color: rgb(133,220,242); }
td.TdClassName
{
border-color: #85DCF2;
}
.TagClassName
{
border-color: #85DCF2;
}
</style>