Shades of Light Sky Blue #86CCFC
Tints of Light Sky Blue #86CCFC
RGB
CMYK
RGB Variations
Color information
#86CCFC (or 0x86CCFC) is known color: Light Sky Blue. HEX triplet: 86, CC and FC. RGB value is (134,204,252). Sum of RGB (Red+Green+Blue) = 134+204+252=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #86CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCFC is #793303. Grayscale: #BCBCBC. Windows color (decimal): -7942916 or 16567430. OLE color: 16567430.
HSL color Cylindrical-coordinate representation of color #86CCFC: hue angle of 204.41º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86CCFC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 204 | 252 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.01 |
| HSL | 204.41º | 0.95% | 0.76% | - |
| HSV(B) | 204.41º | 0.47% | 0.99% | - |
| XYZ | 49 | 55.28 | 100.18 | - |
| YUV | 188.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 252 | 0.47 | 0.19 | 0 | 0.01 | 204.41 | 0.95 | 0.76 |
| Hex | 86 | CC | FC | 2F | 13 | 0 | 1 | CC | 5F | 4C |
| Octal | 206 | 314 | 374 | 57 | 23 | 0 | 1 | 314 | 137 | 114 |
| Binary | 10000110 | 11001100 | 11111100 | 101111 | 10011 | 0 | 1 | 11001100 | 1011111 | 1001100 |
Color Harmonies of #86CCFC
Complementary color
Monochromatic Colors of #86CCFC
Black with #86CCFC
Text Example
Text Example
White with #86CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCFC; }
p { color: rgb(134,204,252); }
H1.HeaderClassName
{
color: #86CCFC;
}
.AnyTagClassName
{
color: #86CCFC;
}
</style>
background-color css
<style>
a { background-color: #86CCFC; }
a { background-color: rgb(134,204,252); }
div.DivClassName
{
background-color: #86CCFC;
}
.BgClassName
{
background-color: #86CCFC;
}
</style>
border-color css
<style>
span { border-color: #86CCFC; }
span { border-color: rgb(134,204,252); }
td.TdClassName
{
border-color: #86CCFC;
}
.TagClassName
{
border-color: #86CCFC;
}
</style>