Shades of Sky Blue #8AD8F2
Tints of Sky Blue #8AD8F2
RGB
CMYK
RGB Variations
Color information
#8AD8F2 (or 0x8AD8F2) is known color: Sky Blue. HEX triplet: 8A, D8 and F2. RGB value is (138,216,242). Sum of RGB (Red+Green+Blue) = 138+216+242=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #8AD8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD8F2 is #75270D. Grayscale: #C3C3C3. Windows color (decimal): -7677710 or 15915146. OLE color: 15915146.
HSL color Cylindrical-coordinate representation of color #8AD8F2: hue angle of 195º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AD8F2 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 216 | 242 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.05 |
| HSL | 195º | 0.8% | 0.75% | - |
| HSV(B) | 195º | 0.43% | 0.95% | - |
| XYZ | 51.06 | 60.93 | 93.07 | - |
| YUV | 195.64 | 154.16 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 242 | 0.43 | 0.11 | 0 | 0.05 | 195 | 0.8 | 0.75 |
| Hex | 8A | D8 | F2 | 2B | B | 0 | 5 | C3 | 50 | 4B |
| Octal | 212 | 330 | 362 | 53 | 13 | 0 | 5 | 303 | 120 | 113 |
| Binary | 10001010 | 11011000 | 11110010 | 101011 | 1011 | 0 | 101 | 11000011 | 1010000 | 1001011 |
Color Harmonies of #8AD8F2
Complementary color
Monochromatic Colors of #8AD8F2
Black with #8AD8F2
Text Example
Text Example
White with #8AD8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD8F2; }
p { color: rgb(138,216,242); }
H1.HeaderClassName
{
color: #8AD8F2;
}
.AnyTagClassName
{
color: #8AD8F2;
}
</style>
background-color css
<style>
a { background-color: #8AD8F2; }
a { background-color: rgb(138,216,242); }
div.DivClassName
{
background-color: #8AD8F2;
}
.BgClassName
{
background-color: #8AD8F2;
}
</style>
border-color css
<style>
span { border-color: #8AD8F2; }
span { border-color: rgb(138,216,242); }
td.TdClassName
{
border-color: #8AD8F2;
}
.TagClassName
{
border-color: #8AD8F2;
}
</style>