Shades of Light Sky Blue #86CFF7
Tints of Light Sky Blue #86CFF7
RGB
CMYK
RGB Variations
Color information
#86CFF7 (or 0x86CFF7) is known color: Light Sky Blue. HEX triplet: 86, CF and F7. RGB value is (134,207,247). Sum of RGB (Red+Green+Blue) = 134+207+247=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #86CFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFF7 is #793008. Grayscale: #BDBDBD. Windows color (decimal): -7942153 or 16240518. OLE color: 16240518.
HSL color Cylindrical-coordinate representation of color #86CFF7: hue angle of 201.24º degrees, saturation: 0.88, 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 #86CFF7 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 207 | 247 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.03 |
| HSL | 201.24º | 0.88% | 0.75% | - |
| HSV(B) | 201.24º | 0.46% | 0.97% | - |
| XYZ | 48.93 | 56.41 | 96.3 | - |
| YUV | 189.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 247 | 0.46 | 0.16 | 0 | 0.03 | 201.24 | 0.88 | 0.75 |
| Hex | 86 | CF | F7 | 2E | 10 | 0 | 3 | C9 | 58 | 4B |
| Octal | 206 | 317 | 367 | 56 | 20 | 0 | 3 | 311 | 130 | 113 |
| Binary | 10000110 | 11001111 | 11110111 | 101110 | 10000 | 0 | 11 | 11001001 | 1011000 | 1001011 |
Color Harmonies of #86CFF7
Complementary color
Monochromatic Colors of #86CFF7
Black with #86CFF7
Text Example
Text Example
White with #86CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFF7; }
p { color: rgb(134,207,247); }
H1.HeaderClassName
{
color: #86CFF7;
}
.AnyTagClassName
{
color: #86CFF7;
}
</style>
background-color css
<style>
a { background-color: #86CFF7; }
a { background-color: rgb(134,207,247); }
div.DivClassName
{
background-color: #86CFF7;
}
.BgClassName
{
background-color: #86CFF7;
}
</style>
border-color css
<style>
span { border-color: #86CFF7; }
span { border-color: rgb(134,207,247); }
td.TdClassName
{
border-color: #86CFF7;
}
.TagClassName
{
border-color: #86CFF7;
}
</style>