Shades of Sky Blue #85BFE8
Tints of Sky Blue #85BFE8
RGB
CMYK
RGB Variations
Color information
#85BFE8 (or 0x85BFE8) is known color: Sky Blue. HEX triplet: 85, BF and E8. RGB value is (133,191,232). Sum of RGB (Red+Green+Blue) = 133+191+232=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #85BFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFE8 is #7A4017. Grayscale: #B2B2B2. Windows color (decimal): -8011800 or 15253381. OLE color: 15253381.
HSL color Cylindrical-coordinate representation of color #85BFE8: hue angle of 204.85º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BFE8 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 191 | 232 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.09 |
| HSL | 204.85º | 0.68% | 0.72% | - |
| HSV(B) | 204.85º | 0.43% | 0.91% | - |
| XYZ | 42.87 | 48.07 | 83.36 | - |
| YUV | 178.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 232 | 0.43 | 0.18 | 0 | 0.09 | 204.85 | 0.68 | 0.72 |
| Hex | 85 | BF | E8 | 2B | 12 | 0 | 9 | CD | 44 | 48 |
| Octal | 205 | 277 | 350 | 53 | 22 | 0 | 11 | 315 | 104 | 110 |
| Binary | 10000101 | 10111111 | 11101000 | 101011 | 10010 | 0 | 1001 | 11001101 | 1000100 | 1001000 |
Color Harmonies of #85BFE8
Complementary color
Monochromatic Colors of #85BFE8
Black with #85BFE8
Text Example
Text Example
White with #85BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFE8; }
p { color: rgb(133,191,232); }
H1.HeaderClassName
{
color: #85BFE8;
}
.AnyTagClassName
{
color: #85BFE8;
}
</style>
background-color css
<style>
a { background-color: #85BFE8; }
a { background-color: rgb(133,191,232); }
div.DivClassName
{
background-color: #85BFE8;
}
.BgClassName
{
background-color: #85BFE8;
}
</style>
border-color css
<style>
span { border-color: #85BFE8; }
span { border-color: rgb(133,191,232); }
td.TdClassName
{
border-color: #85BFE8;
}
.TagClassName
{
border-color: #85BFE8;
}
</style>