Shades of Light Sky Blue #85BFF8
Tints of Light Sky Blue #85BFF8
RGB
CMYK
RGB Variations
Color information
#85BFF8 (or 0x85BFF8) is known color: Light Sky Blue. HEX triplet: 85, BF and F8. RGB value is (133,191,248). Sum of RGB (Red+Green+Blue) = 133+191+248=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #85BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFF8 is #7A4007. Grayscale: #B3B3B3. Windows color (decimal): -8011784 or 16301957. OLE color: 16301957.
HSL color Cylindrical-coordinate representation of color #85BFF8: hue angle of 209.74º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85BFF8 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 191 | 248 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.03 |
| HSL | 209.74º | 0.89% | 0.75% | - |
| HSV(B) | 209.74º | 0.46% | 0.97% | - |
| XYZ | 45.25 | 49.03 | 95.89 | - |
| YUV | 180.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 248 | 0.46 | 0.23 | 0 | 0.03 | 209.74 | 0.89 | 0.75 |
| Hex | 85 | BF | F8 | 2E | 17 | 0 | 3 | D2 | 59 | 4B |
| Octal | 205 | 277 | 370 | 56 | 27 | 0 | 3 | 322 | 131 | 113 |
| Binary | 10000101 | 10111111 | 11111000 | 101110 | 10111 | 0 | 11 | 11010010 | 1011001 | 1001011 |
Color Harmonies of #85BFF8
Complementary color
Monochromatic Colors of #85BFF8
Black with #85BFF8
Text Example
Text Example
White with #85BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFF8; }
p { color: rgb(133,191,248); }
H1.HeaderClassName
{
color: #85BFF8;
}
.AnyTagClassName
{
color: #85BFF8;
}
</style>
background-color css
<style>
a { background-color: #85BFF8; }
a { background-color: rgb(133,191,248); }
div.DivClassName
{
background-color: #85BFF8;
}
.BgClassName
{
background-color: #85BFF8;
}
</style>
border-color css
<style>
span { border-color: #85BFF8; }
span { border-color: rgb(133,191,248); }
td.TdClassName
{
border-color: #85BFF8;
}
.TagClassName
{
border-color: #85BFF8;
}
</style>