Shades of Sky Blue #85BFDF
Tints of Sky Blue #85BFDF
RGB
CMYK
RGB Variations
Color information
#85BFDF (or 0x85BFDF) is known color: Sky Blue. HEX triplet: 85, BF and DF. RGB value is (133,191,223). Sum of RGB (Red+Green+Blue) = 133+191+223=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #85BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFDF is #7A4020. Grayscale: #B1B1B1. Windows color (decimal): -8011809 or 14663557. OLE color: 14663557.
HSL color Cylindrical-coordinate representation of color #85BFDF: hue angle of 201.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BFDF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 191 | 223 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.13 |
| HSL | 201.33º | 0.58% | 0.7% | - |
| HSV(B) | 201.33º | 0.4% | 0.87% | - |
| XYZ | 41.62 | 47.58 | 76.8 | - |
| YUV | 177.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 223 | 0.40 | 0.14 | 0 | 0.13 | 201.33 | 0.58 | 0.7 |
| Hex | 85 | BF | DF | 28 | E | 0 | D | C9 | 3A | 46 |
| Octal | 205 | 277 | 337 | 50 | 16 | 0 | 15 | 311 | 72 | 106 |
| Binary | 10000101 | 10111111 | 11011111 | 101000 | 1110 | 0 | 1101 | 11001001 | 111010 | 1000110 |
Color Harmonies of #85BFDF
Complementary color
Monochromatic Colors of #85BFDF
Black with #85BFDF
Text Example
Text Example
White with #85BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFDF; }
p { color: rgb(133,191,223); }
H1.HeaderClassName
{
color: #85BFDF;
}
.AnyTagClassName
{
color: #85BFDF;
}
</style>
background-color css
<style>
a { background-color: #85BFDF; }
a { background-color: rgb(133,191,223); }
div.DivClassName
{
background-color: #85BFDF;
}
.BgClassName
{
background-color: #85BFDF;
}
</style>
border-color css
<style>
span { border-color: #85BFDF; }
span { border-color: rgb(133,191,223); }
td.TdClassName
{
border-color: #85BFDF;
}
.TagClassName
{
border-color: #85BFDF;
}
</style>