Shades of Light Sky Blue #8AD2F7
Tints of Light Sky Blue #8AD2F7
RGB
CMYK
RGB Variations
Color information
#8AD2F7 (or 0x8AD2F7) is known color: Light Sky Blue. HEX triplet: 8A, D2 and F7. RGB value is (138,210,247). Sum of RGB (Red+Green+Blue) = 138+210+247=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #8AD2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD2F7 is #752D08. Grayscale: #C0C0C0. Windows color (decimal): -7679241 or 16241290. OLE color: 16241290.
HSL color Cylindrical-coordinate representation of color #8AD2F7: hue angle of 200.37º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AD2F7 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 210 | 247 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.03 |
| HSL | 200.37º | 0.87% | 0.75% | - |
| HSV(B) | 200.37º | 0.44% | 0.97% | - |
| XYZ | 50.32 | 58.21 | 96.58 | - |
| YUV | 192.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 247 | 0.44 | 0.15 | 0 | 0.03 | 200.37 | 0.87 | 0.75 |
| Hex | 8A | D2 | F7 | 2C | F | 0 | 3 | C8 | 57 | 4B |
| Octal | 212 | 322 | 367 | 54 | 17 | 0 | 3 | 310 | 127 | 113 |
| Binary | 10001010 | 11010010 | 11110111 | 101100 | 1111 | 0 | 11 | 11001000 | 1010111 | 1001011 |
Color Harmonies of #8AD2F7
Complementary color
Monochromatic Colors of #8AD2F7
Black with #8AD2F7
Text Example
Text Example
White with #8AD2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2F7; }
p { color: rgb(138,210,247); }
H1.HeaderClassName
{
color: #8AD2F7;
}
.AnyTagClassName
{
color: #8AD2F7;
}
</style>
background-color css
<style>
a { background-color: #8AD2F7; }
a { background-color: rgb(138,210,247); }
div.DivClassName
{
background-color: #8AD2F7;
}
.BgClassName
{
background-color: #8AD2F7;
}
</style>
border-color css
<style>
span { border-color: #8AD2F7; }
span { border-color: rgb(138,210,247); }
td.TdClassName
{
border-color: #8AD2F7;
}
.TagClassName
{
border-color: #8AD2F7;
}
</style>