Shades of Light Sky Blue #86BBF3
Tints of Light Sky Blue #86BBF3
RGB
CMYK
RGB Variations
Color information
#86BBF3 (or 0x86BBF3) is known color: Light Sky Blue. HEX triplet: 86, BB and F3. RGB value is (134,187,243). Sum of RGB (Red+Green+Blue) = 134+187+243=564 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.76% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #86BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BBF3 is #79440C. Grayscale: #B1B1B1. Windows color (decimal): -7947277 or 15973254. OLE color: 15973254.
HSL color Cylindrical-coordinate representation of color #86BBF3: hue angle of 210.83º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BBF3 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 187 | 243 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.05 |
| HSL | 210.83º | 0.82% | 0.74% | - |
| HSV(B) | 210.83º | 0.45% | 0.95% | - |
| XYZ | 43.78 | 47.08 | 91.57 | - |
| YUV | 177.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 243 | 0.45 | 0.23 | 0 | 0.05 | 210.83 | 0.82 | 0.74 |
| Hex | 86 | BB | F3 | 2D | 17 | 0 | 5 | D3 | 52 | 4A |
| Octal | 206 | 273 | 363 | 55 | 27 | 0 | 5 | 323 | 122 | 112 |
| Binary | 10000110 | 10111011 | 11110011 | 101101 | 10111 | 0 | 101 | 11010011 | 1010010 | 1001010 |
Color Harmonies of #86BBF3
Complementary color
Monochromatic Colors of #86BBF3
Black with #86BBF3
Text Example
Text Example
White with #86BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBF3; }
p { color: rgb(134,187,243); }
H1.HeaderClassName
{
color: #86BBF3;
}
.AnyTagClassName
{
color: #86BBF3;
}
</style>
background-color css
<style>
a { background-color: #86BBF3; }
a { background-color: rgb(134,187,243); }
div.DivClassName
{
background-color: #86BBF3;
}
.BgClassName
{
background-color: #86BBF3;
}
</style>
border-color css
<style>
span { border-color: #86BBF3; }
span { border-color: rgb(134,187,243); }
td.TdClassName
{
border-color: #86BBF3;
}
.TagClassName
{
border-color: #86BBF3;
}
</style>