Shades of Sky Blue #8ADDF1
Tints of Sky Blue #8ADDF1
RGB
CMYK
RGB Variations
Color information
#8ADDF1 (or 0x8ADDF1) is known color: Sky Blue. HEX triplet: 8A, DD and F1. RGB value is (138,221,241). Sum of RGB (Red+Green+Blue) = 138+221+241=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ADDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDF1 is #75220E. Grayscale: #C6C6C6. Windows color (decimal): -7676431 or 15850890. OLE color: 15850890.
HSL color Cylindrical-coordinate representation of color #8ADDF1: hue angle of 191.65º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADDF1 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 221 | 241 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.05 |
| HSL | 191.65º | 0.79% | 0.74% | - |
| HSV(B) | 191.65º | 0.43% | 0.95% | - |
| XYZ | 52.21 | 63.47 | 92.72 | - |
| YUV | 198.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 241 | 0.43 | 0.08 | 0 | 0.05 | 191.65 | 0.79 | 0.74 |
| Hex | 8A | DD | F1 | 2B | 8 | 0 | 5 | C0 | 4F | 4A |
| Octal | 212 | 335 | 361 | 53 | 10 | 0 | 5 | 300 | 117 | 112 |
| Binary | 10001010 | 11011101 | 11110001 | 101011 | 1000 | 0 | 101 | 11000000 | 1001111 | 1001010 |
Color Harmonies of #8ADDF1
Complementary color
Monochromatic Colors of #8ADDF1
Black with #8ADDF1
Text Example
Text Example
White with #8ADDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDF1; }
p { color: rgb(138,221,241); }
H1.HeaderClassName
{
color: #8ADDF1;
}
.AnyTagClassName
{
color: #8ADDF1;
}
</style>
background-color css
<style>
a { background-color: #8ADDF1; }
a { background-color: rgb(138,221,241); }
div.DivClassName
{
background-color: #8ADDF1;
}
.BgClassName
{
background-color: #8ADDF1;
}
</style>
border-color css
<style>
span { border-color: #8ADDF1; }
span { border-color: rgb(138,221,241); }
td.TdClassName
{
border-color: #8ADDF1;
}
.TagClassName
{
border-color: #8ADDF1;
}
</style>