Shades of Light Sky Blue #85BFFF
Tints of Light Sky Blue #85BFFF
RGB
CMYK
RGB Variations
Color information
#85BFFF (or 0x85BFFF) is known color: Light Sky Blue. HEX triplet: 85, BF and FF. RGB value is (133,191,255). Sum of RGB (Red+Green+Blue) = 133+191+255=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #85BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFFF is #7A4000. Grayscale: #B4B4B4. Windows color (decimal): -8011777 or 16760709. OLE color: 16760709.
HSL color Cylindrical-coordinate representation of color #85BFFF: hue angle of 211.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BFFF is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 191 | 255 | - |
| CMYK | 0.48 | 0.25 | 0 | 0 |
| HSL | 211.48º | 1% | 0.76% | - |
| HSV(B) | 211.48º | 0.48% | 1% | - |
| XYZ | 46.35 | 49.47 | 101.71 | - |
| YUV | 180.95 | 169.78 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 255 | 0.48 | 0.25 | 0 | 0 | 211.48 | 1 | 0.76 |
| Hex | 85 | BF | FF | 30 | 19 | 0 | 0 | D3 | 64 | 4C |
| Octal | 205 | 277 | 377 | 60 | 31 | 0 | 0 | 323 | 144 | 114 |
| Binary | 10000101 | 10111111 | 11111111 | 110000 | 11001 | 0 | 0 | 11010011 | 1100100 | 1001100 |
Color Harmonies of #85BFFF
Complementary color
Monochromatic Colors of #85BFFF
Black with #85BFFF
Text Example
Text Example
White with #85BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFFF; }
p { color: rgb(133,191,255); }
H1.HeaderClassName
{
color: #85BFFF;
}
.AnyTagClassName
{
color: #85BFFF;
}
</style>
background-color css
<style>
a { background-color: #85BFFF; }
a { background-color: rgb(133,191,255); }
div.DivClassName
{
background-color: #85BFFF;
}
.BgClassName
{
background-color: #85BFFF;
}
</style>
border-color css
<style>
span { border-color: #85BFFF; }
span { border-color: rgb(133,191,255); }
td.TdClassName
{
border-color: #85BFFF;
}
.TagClassName
{
border-color: #85BFFF;
}
</style>