Shades of Light Sky Blue #86BFF1
Tints of Light Sky Blue #86BFF1
RGB
CMYK
RGB Variations
Color information
#86BFF1 (or 0x86BFF1) is known color: Light Sky Blue. HEX triplet: 86, BF and F1. RGB value is (134,191,241). Sum of RGB (Red+Green+Blue) = 134+191+241=566 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.67% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #86BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFF1 is #79400E. Grayscale: #B3B3B3. Windows color (decimal): -7946255 or 15843206. OLE color: 15843206.
HSL color Cylindrical-coordinate representation of color #86BFF1: hue angle of 208.04º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86BFF1 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 191 | 241 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.05 |
| HSL | 208.04º | 0.79% | 0.74% | - |
| HSV(B) | 208.04º | 0.44% | 0.95% | - |
| XYZ | 44.34 | 48.68 | 90.28 | - |
| YUV | 179.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 241 | 0.44 | 0.21 | 0 | 0.05 | 208.04 | 0.79 | 0.74 |
| Hex | 86 | BF | F1 | 2C | 15 | 0 | 5 | D0 | 4F | 4A |
| Octal | 206 | 277 | 361 | 54 | 25 | 0 | 5 | 320 | 117 | 112 |
| Binary | 10000110 | 10111111 | 11110001 | 101100 | 10101 | 0 | 101 | 11010000 | 1001111 | 1001010 |
Color Harmonies of #86BFF1
Complementary color
Monochromatic Colors of #86BFF1
Black with #86BFF1
Text Example
Text Example
White with #86BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFF1; }
p { color: rgb(134,191,241); }
H1.HeaderClassName
{
color: #86BFF1;
}
.AnyTagClassName
{
color: #86BFF1;
}
</style>
background-color css
<style>
a { background-color: #86BFF1; }
a { background-color: rgb(134,191,241); }
div.DivClassName
{
background-color: #86BFF1;
}
.BgClassName
{
background-color: #86BFF1;
}
</style>
border-color css
<style>
span { border-color: #86BFF1; }
span { border-color: rgb(134,191,241); }
td.TdClassName
{
border-color: #86BFF1;
}
.TagClassName
{
border-color: #86BFF1;
}
</style>