Shades of Sky Blue #8ADDEE
Tints of Sky Blue #8ADDEE
RGB
CMYK
RGB Variations
Color information
#8ADDEE (or 0x8ADDEE) is known color: Sky Blue. HEX triplet: 8A, DD and EE. RGB value is (138,221,238). Sum of RGB (Red+Green+Blue) = 138+221+238=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ADDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDEE is #752211. Grayscale: #C5C5C5. Windows color (decimal): -7676434 or 15654282. OLE color: 15654282.
HSL color Cylindrical-coordinate representation of color #8ADDEE: hue angle of 190.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADDEE is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 221 | 238 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.07 |
| HSL | 190.2º | 0.75% | 0.74% | - |
| HSV(B) | 190.2º | 0.42% | 0.93% | - |
| XYZ | 51.77 | 63.29 | 90.38 | - |
| YUV | 198.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 238 | 0.42 | 0.07 | 0 | 0.07 | 190.2 | 0.75 | 0.74 |
| Hex | 8A | DD | EE | 2A | 7 | 0 | 7 | BE | 4B | 4A |
| Octal | 212 | 335 | 356 | 52 | 7 | 0 | 7 | 276 | 113 | 112 |
| Binary | 10001010 | 11011101 | 11101110 | 101010 | 111 | 0 | 111 | 10111110 | 1001011 | 1001010 |
Color Harmonies of #8ADDEE
Complementary color
Monochromatic Colors of #8ADDEE
Black with #8ADDEE
Text Example
Text Example
White with #8ADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDEE; }
p { color: rgb(138,221,238); }
H1.HeaderClassName
{
color: #8ADDEE;
}
.AnyTagClassName
{
color: #8ADDEE;
}
</style>
background-color css
<style>
a { background-color: #8ADDEE; }
a { background-color: rgb(138,221,238); }
div.DivClassName
{
background-color: #8ADDEE;
}
.BgClassName
{
background-color: #8ADDEE;
}
</style>
border-color css
<style>
span { border-color: #8ADDEE; }
span { border-color: rgb(138,221,238); }
td.TdClassName
{
border-color: #8ADDEE;
}
.TagClassName
{
border-color: #8ADDEE;
}
</style>