Shades of Sky Blue #8ADDF4
Tints of Sky Blue #8ADDF4
RGB
CMYK
RGB Variations
Color information
#8ADDF4 (or 0x8ADDF4) is known color: Sky Blue. HEX triplet: 8A, DD and F4. RGB value is (138,221,244). Sum of RGB (Red+Green+Blue) = 138+221+244=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #8ADDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDF4 is #75220B. Grayscale: #C6C6C6. Windows color (decimal): -7676428 or 16047498. OLE color: 16047498.
HSL color Cylindrical-coordinate representation of color #8ADDF4: hue angle of 193.02º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADDF4 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 221 | 244 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.04 |
| HSL | 193.02º | 0.83% | 0.75% | - |
| HSV(B) | 193.02º | 0.43% | 0.96% | - |
| XYZ | 52.67 | 63.65 | 95.1 | - |
| YUV | 198.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 244 | 0.43 | 0.09 | 0 | 0.04 | 193.02 | 0.83 | 0.75 |
| Hex | 8A | DD | F4 | 2B | 9 | 0 | 4 | C1 | 53 | 4B |
| Octal | 212 | 335 | 364 | 53 | 11 | 0 | 4 | 301 | 123 | 113 |
| Binary | 10001010 | 11011101 | 11110100 | 101011 | 1001 | 0 | 100 | 11000001 | 1010011 | 1001011 |
Color Harmonies of #8ADDF4
Complementary color
Monochromatic Colors of #8ADDF4
Black with #8ADDF4
Text Example
Text Example
White with #8ADDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDF4; }
p { color: rgb(138,221,244); }
H1.HeaderClassName
{
color: #8ADDF4;
}
.AnyTagClassName
{
color: #8ADDF4;
}
</style>
background-color css
<style>
a { background-color: #8ADDF4; }
a { background-color: rgb(138,221,244); }
div.DivClassName
{
background-color: #8ADDF4;
}
.BgClassName
{
background-color: #8ADDF4;
}
</style>
border-color css
<style>
span { border-color: #8ADDF4; }
span { border-color: rgb(138,221,244); }
td.TdClassName
{
border-color: #8ADDF4;
}
.TagClassName
{
border-color: #8ADDF4;
}
</style>