Shades of Light Sky Blue #86BFF4
Tints of Light Sky Blue #86BFF4
RGB
CMYK
RGB Variations
Color information
#86BFF4 (or 0x86BFF4) is known color: Light Sky Blue. HEX triplet: 86, BF and F4. RGB value is (134,191,244). Sum of RGB (Red+Green+Blue) = 134+191+244=569 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.55% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #86BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFF4 is #79400B. Grayscale: #B3B3B3. Windows color (decimal): -7946252 or 16039814. OLE color: 16039814.
HSL color Cylindrical-coordinate representation of color #86BFF4: hue angle of 208.91º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BFF4 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 191 | 244 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.04 |
| HSL | 208.91º | 0.83% | 0.74% | - |
| HSV(B) | 208.91º | 0.45% | 0.96% | - |
| XYZ | 44.79 | 48.86 | 92.66 | - |
| YUV | 180 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 244 | 0.45 | 0.22 | 0 | 0.04 | 208.91 | 0.83 | 0.74 |
| Hex | 86 | BF | F4 | 2D | 16 | 0 | 4 | D1 | 53 | 4A |
| Octal | 206 | 277 | 364 | 55 | 26 | 0 | 4 | 321 | 123 | 112 |
| Binary | 10000110 | 10111111 | 11110100 | 101101 | 10110 | 0 | 100 | 11010001 | 1010011 | 1001010 |
Color Harmonies of #86BFF4
Complementary color
Monochromatic Colors of #86BFF4
Black with #86BFF4
Text Example
Text Example
White with #86BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFF4; }
p { color: rgb(134,191,244); }
H1.HeaderClassName
{
color: #86BFF4;
}
.AnyTagClassName
{
color: #86BFF4;
}
</style>
background-color css
<style>
a { background-color: #86BFF4; }
a { background-color: rgb(134,191,244); }
div.DivClassName
{
background-color: #86BFF4;
}
.BgClassName
{
background-color: #86BFF4;
}
</style>
border-color css
<style>
span { border-color: #86BFF4; }
span { border-color: rgb(134,191,244); }
td.TdClassName
{
border-color: #86BFF4;
}
.TagClassName
{
border-color: #86BFF4;
}
</style>