Shades of Light Sky Blue #8AD2FA
Tints of Light Sky Blue #8AD2FA
RGB
CMYK
RGB Variations
Color information
#8AD2FA (or 0x8AD2FA) is known color: Light Sky Blue. HEX triplet: 8A, D2 and FA. RGB value is (138,210,250). Sum of RGB (Red+Green+Blue) = 138+210+250=598 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.08% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD2FA is #752D05. Grayscale: #C0C0C0. Windows color (decimal): -7679238 or 16437898. OLE color: 16437898.
HSL color Cylindrical-coordinate representation of color #8AD2FA: hue angle of 201.43º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD2FA is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 210 | 250 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.02 |
| HSL | 201.43º | 0.92% | 0.76% | - |
| HSV(B) | 201.43º | 0.45% | 0.98% | - |
| XYZ | 50.78 | 58.4 | 99.04 | - |
| YUV | 193.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 250 | 0.45 | 0.16 | 0 | 0.02 | 201.43 | 0.92 | 0.76 |
| Hex | 8A | D2 | FA | 2D | 10 | 0 | 2 | C9 | 5C | 4C |
| Octal | 212 | 322 | 372 | 55 | 20 | 0 | 2 | 311 | 134 | 114 |
| Binary | 10001010 | 11010010 | 11111010 | 101101 | 10000 | 0 | 10 | 11001001 | 1011100 | 1001100 |
Color Harmonies of #8AD2FA
Complementary color
Monochromatic Colors of #8AD2FA
Black with #8AD2FA
Text Example
Text Example
White with #8AD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2FA; }
p { color: rgb(138,210,250); }
H1.HeaderClassName
{
color: #8AD2FA;
}
.AnyTagClassName
{
color: #8AD2FA;
}
</style>
background-color css
<style>
a { background-color: #8AD2FA; }
a { background-color: rgb(138,210,250); }
div.DivClassName
{
background-color: #8AD2FA;
}
.BgClassName
{
background-color: #8AD2FA;
}
</style>
border-color css
<style>
span { border-color: #8AD2FA; }
span { border-color: rgb(138,210,250); }
td.TdClassName
{
border-color: #8AD2FA;
}
.TagClassName
{
border-color: #8AD2FA;
}
</style>