Shades of Light Sky Blue #8AD2FC
Tints of Light Sky Blue #8AD2FC
RGB
CMYK
RGB Variations
Color information
#8AD2FC (or 0x8AD2FC) is known color: Light Sky Blue. HEX triplet: 8A, D2 and FC. RGB value is (138,210,252). Sum of RGB (Red+Green+Blue) = 138+210+252=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AD2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD2FC is #752D03. Grayscale: #C1C1C1. Windows color (decimal): -7679236 or 16568970. OLE color: 16568970.
HSL color Cylindrical-coordinate representation of color #8AD2FC: hue angle of 202.11º 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 #8AD2FC is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 210 | 252 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.01 |
| HSL | 202.11º | 0.95% | 0.76% | - |
| HSV(B) | 202.11º | 0.45% | 0.99% | - |
| XYZ | 51.1 | 58.52 | 100.7 | - |
| YUV | 193.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 252 | 0.45 | 0.17 | 0 | 0.01 | 202.11 | 0.95 | 0.76 |
| Hex | 8A | D2 | FC | 2D | 11 | 0 | 1 | CA | 5F | 4C |
| Octal | 212 | 322 | 374 | 55 | 21 | 0 | 1 | 312 | 137 | 114 |
| Binary | 10001010 | 11010010 | 11111100 | 101101 | 10001 | 0 | 1 | 11001010 | 1011111 | 1001100 |
Color Harmonies of #8AD2FC
Complementary color
Monochromatic Colors of #8AD2FC
Black with #8AD2FC
Text Example
Text Example
White with #8AD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2FC; }
p { color: rgb(138,210,252); }
H1.HeaderClassName
{
color: #8AD2FC;
}
.AnyTagClassName
{
color: #8AD2FC;
}
</style>
background-color css
<style>
a { background-color: #8AD2FC; }
a { background-color: rgb(138,210,252); }
div.DivClassName
{
background-color: #8AD2FC;
}
.BgClassName
{
background-color: #8AD2FC;
}
</style>
border-color css
<style>
span { border-color: #8AD2FC; }
span { border-color: rgb(138,210,252); }
td.TdClassName
{
border-color: #8AD2FC;
}
.TagClassName
{
border-color: #8AD2FC;
}
</style>