Shades of Light Sky Blue #86CBFC
Tints of Light Sky Blue #86CBFC
RGB
CMYK
RGB Variations
Color information
#86CBFC (or 0x86CBFC) is known color: Light Sky Blue. HEX triplet: 86, CB and FC. RGB value is (134,203,252). Sum of RGB (Red+Green+Blue) = 134+203+252=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #86CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBFC is #793403. Grayscale: #BBBBBB. Windows color (decimal): -7943172 or 16567174. OLE color: 16567174.
HSL color Cylindrical-coordinate representation of color #86CBFC: hue angle of 204.92º 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 #86CBFC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 203 | 252 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.01 |
| HSL | 204.92º | 0.95% | 0.76% | - |
| HSV(B) | 204.92º | 0.47% | 0.99% | - |
| XYZ | 48.76 | 54.81 | 100.1 | - |
| YUV | 187.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 252 | 0.47 | 0.19 | 0 | 0.01 | 204.92 | 0.95 | 0.76 |
| Hex | 86 | CB | FC | 2F | 13 | 0 | 1 | CD | 5F | 4C |
| Octal | 206 | 313 | 374 | 57 | 23 | 0 | 1 | 315 | 137 | 114 |
| Binary | 10000110 | 11001011 | 11111100 | 101111 | 10011 | 0 | 1 | 11001101 | 1011111 | 1001100 |
Color Harmonies of #86CBFC
Complementary color
Monochromatic Colors of #86CBFC
Black with #86CBFC
Text Example
Text Example
White with #86CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CBFC; }
p { color: rgb(134,203,252); }
H1.HeaderClassName
{
color: #86CBFC;
}
.AnyTagClassName
{
color: #86CBFC;
}
</style>
background-color css
<style>
a { background-color: #86CBFC; }
a { background-color: rgb(134,203,252); }
div.DivClassName
{
background-color: #86CBFC;
}
.BgClassName
{
background-color: #86CBFC;
}
</style>
border-color css
<style>
span { border-color: #86CBFC; }
span { border-color: rgb(134,203,252); }
td.TdClassName
{
border-color: #86CBFC;
}
.TagClassName
{
border-color: #86CBFC;
}
</style>