Shades of Light Sky Blue #8AD0FC
Tints of Light Sky Blue #8AD0FC
RGB
CMYK
RGB Variations
Color information
#8AD0FC (or 0x8AD0FC) is known color: Light Sky Blue. HEX triplet: 8A, D0 and FC. RGB value is (138,208,252). Sum of RGB (Red+Green+Blue) = 138+208+252=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AD0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD0FC is #752F03. Grayscale: #BFBFBF. Windows color (decimal): -7679748 or 16568458. OLE color: 16568458.
HSL color Cylindrical-coordinate representation of color #8AD0FC: hue angle of 203.16º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD0FC is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 208 | 252 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.01 |
| HSL | 203.16º | 0.95% | 0.76% | - |
| HSV(B) | 203.16º | 0.45% | 0.99% | - |
| XYZ | 50.61 | 57.54 | 100.54 | - |
| YUV | 192.09 | 161.81 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 252 | 0.45 | 0.17 | 0 | 0.01 | 203.16 | 0.95 | 0.76 |
| Hex | 8A | D0 | FC | 2D | 11 | 0 | 1 | CB | 5F | 4C |
| Octal | 212 | 320 | 374 | 55 | 21 | 0 | 1 | 313 | 137 | 114 |
| Binary | 10001010 | 11010000 | 11111100 | 101101 | 10001 | 0 | 1 | 11001011 | 1011111 | 1001100 |
Color Harmonies of #8AD0FC
Complementary color
Monochromatic Colors of #8AD0FC
Black with #8AD0FC
Text Example
Text Example
White with #8AD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD0FC; }
p { color: rgb(138,208,252); }
H1.HeaderClassName
{
color: #8AD0FC;
}
.AnyTagClassName
{
color: #8AD0FC;
}
</style>
background-color css
<style>
a { background-color: #8AD0FC; }
a { background-color: rgb(138,208,252); }
div.DivClassName
{
background-color: #8AD0FC;
}
.BgClassName
{
background-color: #8AD0FC;
}
</style>
border-color css
<style>
span { border-color: #8AD0FC; }
span { border-color: rgb(138,208,252); }
td.TdClassName
{
border-color: #8AD0FC;
}
.TagClassName
{
border-color: #8AD0FC;
}
</style>