Shades of Light Sky Blue #86DBFC
Tints of Light Sky Blue #86DBFC
RGB
CMYK
RGB Variations
Color information
#86DBFC (or 0x86DBFC) is known color: Light Sky Blue. HEX triplet: 86, DB and FC. RGB value is (134,219,252). Sum of RGB (Red+Green+Blue) = 134+219+252=605 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.15% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #86DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBFC is #792403. Grayscale: #C5C5C5. Windows color (decimal): -7939076 or 16571270. OLE color: 16571270.
HSL color Cylindrical-coordinate representation of color #86DBFC: hue angle of 196.78º 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 #86DBFC is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 219 | 252 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.01 |
| HSL | 196.78º | 0.95% | 0.76% | - |
| HSV(B) | 196.78º | 0.47% | 0.99% | - |
| XYZ | 52.73 | 62.76 | 101.43 | - |
| YUV | 197.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 252 | 0.47 | 0.13 | 0 | 0.01 | 196.78 | 0.95 | 0.76 |
| Hex | 86 | DB | FC | 2F | D | 0 | 1 | C5 | 5F | 4C |
| Octal | 206 | 333 | 374 | 57 | 15 | 0 | 1 | 305 | 137 | 114 |
| Binary | 10000110 | 11011011 | 11111100 | 101111 | 1101 | 0 | 1 | 11000101 | 1011111 | 1001100 |
Color Harmonies of #86DBFC
Complementary color
Monochromatic Colors of #86DBFC
Black with #86DBFC
Text Example
Text Example
White with #86DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBFC; }
p { color: rgb(134,219,252); }
H1.HeaderClassName
{
color: #86DBFC;
}
.AnyTagClassName
{
color: #86DBFC;
}
</style>
background-color css
<style>
a { background-color: #86DBFC; }
a { background-color: rgb(134,219,252); }
div.DivClassName
{
background-color: #86DBFC;
}
.BgClassName
{
background-color: #86DBFC;
}
</style>
border-color css
<style>
span { border-color: #86DBFC; }
span { border-color: rgb(134,219,252); }
td.TdClassName
{
border-color: #86DBFC;
}
.TagClassName
{
border-color: #86DBFC;
}
</style>