Shades of Light Sky Blue #86CFFC
Tints of Light Sky Blue #86CFFC
RGB
CMYK
RGB Variations
Color information
#86CFFC (or 0x86CFFC) is known color: Light Sky Blue. HEX triplet: 86, CF and FC. RGB value is (134,207,252). Sum of RGB (Red+Green+Blue) = 134+207+252=593 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.60% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #86CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFFC is #793003. Grayscale: #BEBEBE. Windows color (decimal): -7942148 or 16568198. OLE color: 16568198.
HSL color Cylindrical-coordinate representation of color #86CFFC: hue angle of 202.88º 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 #86CFFC is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 207 | 252 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.01 |
| HSL | 202.88º | 0.95% | 0.76% | - |
| HSV(B) | 202.88º | 0.47% | 0.99% | - |
| XYZ | 49.72 | 56.72 | 100.42 | - |
| YUV | 190.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 252 | 0.47 | 0.18 | 0 | 0.01 | 202.88 | 0.95 | 0.76 |
| Hex | 86 | CF | FC | 2F | 12 | 0 | 1 | CB | 5F | 4C |
| Octal | 206 | 317 | 374 | 57 | 22 | 0 | 1 | 313 | 137 | 114 |
| Binary | 10000110 | 11001111 | 11111100 | 101111 | 10010 | 0 | 1 | 11001011 | 1011111 | 1001100 |
Color Harmonies of #86CFFC
Complementary color
Monochromatic Colors of #86CFFC
Black with #86CFFC
Text Example
Text Example
White with #86CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFFC; }
p { color: rgb(134,207,252); }
H1.HeaderClassName
{
color: #86CFFC;
}
.AnyTagClassName
{
color: #86CFFC;
}
</style>
background-color css
<style>
a { background-color: #86CFFC; }
a { background-color: rgb(134,207,252); }
div.DivClassName
{
background-color: #86CFFC;
}
.BgClassName
{
background-color: #86CFFC;
}
</style>
border-color css
<style>
span { border-color: #86CFFC; }
span { border-color: rgb(134,207,252); }
td.TdClassName
{
border-color: #86CFFC;
}
.TagClassName
{
border-color: #86CFFC;
}
</style>