Shades of Light Sky Blue #86BFF8
Tints of Light Sky Blue #86BFF8
RGB
CMYK
RGB Variations
Color information
#86BFF8 (or 0x86BFF8) is known color: Light Sky Blue. HEX triplet: 86, BF and F8. RGB value is (134,191,248). Sum of RGB (Red+Green+Blue) = 134+191+248=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #86BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFF8 is #794007. Grayscale: #B4B4B4. Windows color (decimal): -7946248 or 16301958. OLE color: 16301958.
HSL color Cylindrical-coordinate representation of color #86BFF8: hue angle of 210º 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 #86BFF8 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 191 | 248 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.03 |
| HSL | 210º | 0.89% | 0.75% | - |
| HSV(B) | 210º | 0.46% | 0.97% | - |
| XYZ | 45.41 | 49.11 | 95.89 | - |
| YUV | 180.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 248 | 0.46 | 0.23 | 0 | 0.03 | 210 | 0.89 | 0.75 |
| Hex | 86 | BF | F8 | 2E | 17 | 0 | 3 | D2 | 59 | 4B |
| Octal | 206 | 277 | 370 | 56 | 27 | 0 | 3 | 322 | 131 | 113 |
| Binary | 10000110 | 10111111 | 11111000 | 101110 | 10111 | 0 | 11 | 11010010 | 1011001 | 1001011 |
Color Harmonies of #86BFF8
Complementary color
Monochromatic Colors of #86BFF8
Black with #86BFF8
Text Example
Text Example
White with #86BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFF8; }
p { color: rgb(134,191,248); }
H1.HeaderClassName
{
color: #86BFF8;
}
.AnyTagClassName
{
color: #86BFF8;
}
</style>
background-color css
<style>
a { background-color: #86BFF8; }
a { background-color: rgb(134,191,248); }
div.DivClassName
{
background-color: #86BFF8;
}
.BgClassName
{
background-color: #86BFF8;
}
</style>
border-color css
<style>
span { border-color: #86BFF8; }
span { border-color: rgb(134,191,248); }
td.TdClassName
{
border-color: #86BFF8;
}
.TagClassName
{
border-color: #86BFF8;
}
</style>