Shades of Light Sky Blue #85BFFE
Tints of Light Sky Blue #85BFFE
RGB
CMYK
RGB Variations
Color information
#85BFFE (or 0x85BFFE) is known color: Light Sky Blue. HEX triplet: 85, BF and FE. RGB value is (133,191,254). Sum of RGB (Red+Green+Blue) = 133+191+254=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #85BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFFE is #7A4001. Grayscale: #B4B4B4. Windows color (decimal): -8011778 or 16695173. OLE color: 16695173.
HSL color Cylindrical-coordinate representation of color #85BFFE: hue angle of 211.24º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BFFE is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 191 | 254 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.00 |
| HSL | 211.24º | 0.98% | 0.76% | - |
| HSV(B) | 211.24º | 0.48% | 1% | - |
| XYZ | 46.19 | 49.4 | 100.87 | - |
| YUV | 180.84 | 169.28 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 254 | 0.48 | 0.25 | 0 | 0.00 | 211.24 | 0.98 | 0.76 |
| Hex | 85 | BF | FE | 30 | 19 | 0 | 0 | D3 | 62 | 4C |
| Octal | 205 | 277 | 376 | 60 | 31 | 0 | 0 | 323 | 142 | 114 |
| Binary | 10000101 | 10111111 | 11111110 | 110000 | 11001 | 0 | 0 | 11010011 | 1100010 | 1001100 |
Color Harmonies of #85BFFE
Complementary color
Monochromatic Colors of #85BFFE
Black with #85BFFE
Text Example
Text Example
White with #85BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFFE; }
p { color: rgb(133,191,254); }
H1.HeaderClassName
{
color: #85BFFE;
}
.AnyTagClassName
{
color: #85BFFE;
}
</style>
background-color css
<style>
a { background-color: #85BFFE; }
a { background-color: rgb(133,191,254); }
div.DivClassName
{
background-color: #85BFFE;
}
.BgClassName
{
background-color: #85BFFE;
}
</style>
border-color css
<style>
span { border-color: #85BFFE; }
span { border-color: rgb(133,191,254); }
td.TdClassName
{
border-color: #85BFFE;
}
.TagClassName
{
border-color: #85BFFE;
}
</style>