Shades of Light Sky Blue #86CCF2
Tints of Light Sky Blue #86CCF2
RGB
CMYK
RGB Variations
Color information
#86CCF2 (or 0x86CCF2) is known color: Light Sky Blue. HEX triplet: 86, CC and F2. RGB value is (134,204,242). Sum of RGB (Red+Green+Blue) = 134+204+242=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #86CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCF2 is #79330D. Grayscale: #BBBBBB. Windows color (decimal): -7942926 or 15912070. OLE color: 15912070.
HSL color Cylindrical-coordinate representation of color #86CCF2: hue angle of 201.11º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86CCF2 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 204 | 242 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.05 |
| HSL | 201.11º | 0.81% | 0.74% | - |
| HSV(B) | 201.11º | 0.45% | 0.95% | - |
| XYZ | 47.45 | 54.66 | 92.05 | - |
| YUV | 187.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 242 | 0.45 | 0.16 | 0 | 0.05 | 201.11 | 0.81 | 0.74 |
| Hex | 86 | CC | F2 | 2D | 10 | 0 | 5 | C9 | 51 | 4A |
| Octal | 206 | 314 | 362 | 55 | 20 | 0 | 5 | 311 | 121 | 112 |
| Binary | 10000110 | 11001100 | 11110010 | 101101 | 10000 | 0 | 101 | 11001001 | 1010001 | 1001010 |
Color Harmonies of #86CCF2
Complementary color
Monochromatic Colors of #86CCF2
Black with #86CCF2
Text Example
Text Example
White with #86CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCF2; }
p { color: rgb(134,204,242); }
H1.HeaderClassName
{
color: #86CCF2;
}
.AnyTagClassName
{
color: #86CCF2;
}
</style>
background-color css
<style>
a { background-color: #86CCF2; }
a { background-color: rgb(134,204,242); }
div.DivClassName
{
background-color: #86CCF2;
}
.BgClassName
{
background-color: #86CCF2;
}
</style>
border-color css
<style>
span { border-color: #86CCF2; }
span { border-color: rgb(134,204,242); }
td.TdClassName
{
border-color: #86CCF2;
}
.TagClassName
{
border-color: #86CCF2;
}
</style>