Shades of Light Sky Blue #8AC0F6
Tints of Light Sky Blue #8AC0F6
RGB
CMYK
RGB Variations
Color information
#8AC0F6 (or 0x8AC0F6) is known color: Light Sky Blue. HEX triplet: 8A, C0 and F6. RGB value is (138,192,246). Sum of RGB (Red+Green+Blue) = 138+192+246=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #8AC0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC0F6 is #753F09. Grayscale: #B5B5B5. Windows color (decimal): -7683850 or 16171146. OLE color: 16171146.
HSL color Cylindrical-coordinate representation of color #8AC0F6: hue angle of 210º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AC0F6 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 192 | 246 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.04 |
| HSL | 210º | 0.86% | 0.75% | - |
| HSV(B) | 210º | 0.44% | 0.96% | - |
| XYZ | 45.97 | 49.76 | 94.37 | - |
| YUV | 182.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 246 | 0.44 | 0.22 | 0 | 0.04 | 210 | 0.86 | 0.75 |
| Hex | 8A | C0 | F6 | 2C | 16 | 0 | 4 | D2 | 56 | 4B |
| Octal | 212 | 300 | 366 | 54 | 26 | 0 | 4 | 322 | 126 | 113 |
| Binary | 10001010 | 11000000 | 11110110 | 101100 | 10110 | 0 | 100 | 11010010 | 1010110 | 1001011 |
Color Harmonies of #8AC0F6
Complementary color
Monochromatic Colors of #8AC0F6
Black with #8AC0F6
Text Example
Text Example
White with #8AC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC0F6; }
p { color: rgb(138,192,246); }
H1.HeaderClassName
{
color: #8AC0F6;
}
.AnyTagClassName
{
color: #8AC0F6;
}
</style>
background-color css
<style>
a { background-color: #8AC0F6; }
a { background-color: rgb(138,192,246); }
div.DivClassName
{
background-color: #8AC0F6;
}
.BgClassName
{
background-color: #8AC0F6;
}
</style>
border-color css
<style>
span { border-color: #8AC0F6; }
span { border-color: rgb(138,192,246); }
td.TdClassName
{
border-color: #8AC0F6;
}
.TagClassName
{
border-color: #8AC0F6;
}
</style>