Shades of Sky Blue #85DBF4
Tints of Sky Blue #85DBF4
RGB
CMYK
RGB Variations
Color information
#85DBF4 (or 0x85DBF4) is known color: Sky Blue. HEX triplet: 85, DB and F4. RGB value is (133,219,244). Sum of RGB (Red+Green+Blue) = 133+219+244=596 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.32% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #85DBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBF4 is #7A240B. Grayscale: #C3C3C3. Windows color (decimal): -8004620 or 16046981. OLE color: 16046981.
HSL color Cylindrical-coordinate representation of color #85DBF4: hue angle of 193.51º 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 #85DBF4 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 219 | 244 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.04 |
| HSL | 193.51º | 0.83% | 0.74% | - |
| HSV(B) | 193.51º | 0.45% | 0.96% | - |
| XYZ | 51.33 | 62.18 | 94.88 | - |
| YUV | 196.14 | 155.01 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 244 | 0.45 | 0.10 | 0 | 0.04 | 193.51 | 0.83 | 0.74 |
| Hex | 85 | DB | F4 | 2D | A | 0 | 4 | C2 | 53 | 4A |
| Octal | 205 | 333 | 364 | 55 | 12 | 0 | 4 | 302 | 123 | 112 |
| Binary | 10000101 | 11011011 | 11110100 | 101101 | 1010 | 0 | 100 | 11000010 | 1010011 | 1001010 |
Color Harmonies of #85DBF4
Complementary color
Monochromatic Colors of #85DBF4
Black with #85DBF4
Text Example
Text Example
White with #85DBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBF4; }
p { color: rgb(133,219,244); }
H1.HeaderClassName
{
color: #85DBF4;
}
.AnyTagClassName
{
color: #85DBF4;
}
</style>
background-color css
<style>
a { background-color: #85DBF4; }
a { background-color: rgb(133,219,244); }
div.DivClassName
{
background-color: #85DBF4;
}
.BgClassName
{
background-color: #85DBF4;
}
</style>
border-color css
<style>
span { border-color: #85DBF4; }
span { border-color: rgb(133,219,244); }
td.TdClassName
{
border-color: #85DBF4;
}
.TagClassName
{
border-color: #85DBF4;
}
</style>