Shades of Light Sky Blue #86DFF8
Tints of Light Sky Blue #86DFF8
RGB
CMYK
RGB Variations
Color information
#86DFF8 (or 0x86DFF8) is known color: Light Sky Blue. HEX triplet: 86, DF and F8. RGB value is (134,223,248). Sum of RGB (Red+Green+Blue) = 134+223+248=605 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.15% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #86DFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFF8 is #792007. Grayscale: #C7C7C7. Windows color (decimal): -7938056 or 16310150. OLE color: 16310150.
HSL color Cylindrical-coordinate representation of color #86DFF8: hue angle of 193.16º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86DFF8 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 223 | 248 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.03 |
| HSL | 193.16º | 0.89% | 0.75% | - |
| HSV(B) | 193.16º | 0.46% | 0.97% | - |
| XYZ | 53.16 | 64.62 | 98.48 | - |
| YUV | 199.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 248 | 0.46 | 0.10 | 0 | 0.03 | 193.16 | 0.89 | 0.75 |
| Hex | 86 | DF | F8 | 2E | A | 0 | 3 | C1 | 59 | 4B |
| Octal | 206 | 337 | 370 | 56 | 12 | 0 | 3 | 301 | 131 | 113 |
| Binary | 10000110 | 11011111 | 11111000 | 101110 | 1010 | 0 | 11 | 11000001 | 1011001 | 1001011 |
Color Harmonies of #86DFF8
Complementary color
Monochromatic Colors of #86DFF8
Black with #86DFF8
Text Example
Text Example
White with #86DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFF8; }
p { color: rgb(134,223,248); }
H1.HeaderClassName
{
color: #86DFF8;
}
.AnyTagClassName
{
color: #86DFF8;
}
</style>
background-color css
<style>
a { background-color: #86DFF8; }
a { background-color: rgb(134,223,248); }
div.DivClassName
{
background-color: #86DFF8;
}
.BgClassName
{
background-color: #86DFF8;
}
</style>
border-color css
<style>
span { border-color: #86DFF8; }
span { border-color: rgb(134,223,248); }
td.TdClassName
{
border-color: #86DFF8;
}
.TagClassName
{
border-color: #86DFF8;
}
</style>