Shades of Light Sky Blue #86DBFE
Tints of Light Sky Blue #86DBFE
RGB
CMYK
RGB Variations
Color information
#86DBFE (or 0x86DBFE) is known color: Light Sky Blue. HEX triplet: 86, DB and FE. RGB value is (134,219,254). Sum of RGB (Red+Green+Blue) = 134+219+254=607 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.08% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #86DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DBFE is #792401. Grayscale: #C5C5C5. Windows color (decimal): -7939074 or 16702342. OLE color: 16702342.
HSL color Cylindrical-coordinate representation of color #86DBFE: hue angle of 197.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86DBFE is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 219 | 254 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.00 |
| HSL | 197.5º | 0.98% | 0.76% | - |
| HSV(B) | 197.5º | 0.47% | 1% | - |
| XYZ | 53.05 | 62.89 | 103.11 | - |
| YUV | 197.58 | 159.84 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 254 | 0.47 | 0.14 | 0 | 0.00 | 197.5 | 0.98 | 0.76 |
| Hex | 86 | DB | FE | 2F | E | 0 | 0 | C6 | 62 | 4C |
| Octal | 206 | 333 | 376 | 57 | 16 | 0 | 0 | 306 | 142 | 114 |
| Binary | 10000110 | 11011011 | 11111110 | 101111 | 1110 | 0 | 0 | 11000110 | 1100010 | 1001100 |
Color Harmonies of #86DBFE
Complementary color
Monochromatic Colors of #86DBFE
Black with #86DBFE
Text Example
Text Example
White with #86DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBFE; }
p { color: rgb(134,219,254); }
H1.HeaderClassName
{
color: #86DBFE;
}
.AnyTagClassName
{
color: #86DBFE;
}
</style>
background-color css
<style>
a { background-color: #86DBFE; }
a { background-color: rgb(134,219,254); }
div.DivClassName
{
background-color: #86DBFE;
}
.BgClassName
{
background-color: #86DBFE;
}
</style>
border-color css
<style>
span { border-color: #86DBFE; }
span { border-color: rgb(134,219,254); }
td.TdClassName
{
border-color: #86DBFE;
}
.TagClassName
{
border-color: #86DBFE;
}
</style>