Shades of Light Sky Blue #86CFF8
Tints of Light Sky Blue #86CFF8
RGB
CMYK
RGB Variations
Color information
#86CFF8 (or 0x86CFF8) is known color: Light Sky Blue. HEX triplet: 86, CF and F8. RGB value is (134,207,248). Sum of RGB (Red+Green+Blue) = 134+207+248=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #86CFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFF8 is #793007. Grayscale: #BDBDBD. Windows color (decimal): -7942152 or 16306054. OLE color: 16306054.
HSL color Cylindrical-coordinate representation of color #86CFF8: hue angle of 201.58º 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 #86CFF8 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 207 | 248 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.03 |
| HSL | 201.58º | 0.89% | 0.75% | - |
| HSV(B) | 201.58º | 0.46% | 0.97% | - |
| XYZ | 49.09 | 56.47 | 97.12 | - |
| YUV | 189.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 248 | 0.46 | 0.17 | 0 | 0.03 | 201.58 | 0.89 | 0.75 |
| Hex | 86 | CF | F8 | 2E | 11 | 0 | 3 | CA | 59 | 4B |
| Octal | 206 | 317 | 370 | 56 | 21 | 0 | 3 | 312 | 131 | 113 |
| Binary | 10000110 | 11001111 | 11111000 | 101110 | 10001 | 0 | 11 | 11001010 | 1011001 | 1001011 |
Color Harmonies of #86CFF8
Complementary color
Monochromatic Colors of #86CFF8
Black with #86CFF8
Text Example
Text Example
White with #86CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFF8; }
p { color: rgb(134,207,248); }
H1.HeaderClassName
{
color: #86CFF8;
}
.AnyTagClassName
{
color: #86CFF8;
}
</style>
background-color css
<style>
a { background-color: #86CFF8; }
a { background-color: rgb(134,207,248); }
div.DivClassName
{
background-color: #86CFF8;
}
.BgClassName
{
background-color: #86CFF8;
}
</style>
border-color css
<style>
span { border-color: #86CFF8; }
span { border-color: rgb(134,207,248); }
td.TdClassName
{
border-color: #86CFF8;
}
.TagClassName
{
border-color: #86CFF8;
}
</style>