Shades of Deep Sky Blue #18AEEE
Tints of Deep Sky Blue #18AEEE
RGB
CMYK
RGB Variations
Color information
#18AEEE (or 0x18AEEE) is known color: Deep Sky Blue. HEX triplet: 18, AE and EE. RGB value is (24,174,238). Sum of RGB (Red+Green+Blue) = 24+174+238=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #18AEEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AEEE is #E75111. Grayscale: #888888. Windows color (decimal): -15159570 or 15642136. OLE color: 15642136.
HSL color Cylindrical-coordinate representation of color #18AEEE: hue angle of 197.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AEEE is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 174 | 238 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.07 |
| HSL | 197.94º | 0.86% | 0.51% | - |
| HSV(B) | 197.94º | 0.9% | 0.93% | - |
| XYZ | 30.95 | 36.64 | 86.33 | - |
| YUV | 136.45 | 185.31 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 238 | 0.90 | 0.27 | 0 | 0.07 | 197.94 | 0.86 | 0.51 |
| Hex | 18 | AE | EE | 5A | 1B | 0 | 7 | C6 | 56 | 33 |
| Octal | 30 | 256 | 356 | 132 | 33 | 0 | 7 | 306 | 126 | 63 |
| Binary | 11000 | 10101110 | 11101110 | 1011010 | 11011 | 0 | 111 | 11000110 | 1010110 | 110011 |
Color Harmonies of #18AEEE
Complementary color
Monochromatic Colors of #18AEEE
Black with #18AEEE
Text Example
Text Example
White with #18AEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEEE; }
p { color: rgb(24,174,238); }
H1.HeaderClassName
{
color: #18AEEE;
}
.AnyTagClassName
{
color: #18AEEE;
}
</style>
background-color css
<style>
a { background-color: #18AEEE; }
a { background-color: rgb(24,174,238); }
div.DivClassName
{
background-color: #18AEEE;
}
.BgClassName
{
background-color: #18AEEE;
}
</style>
border-color css
<style>
span { border-color: #18AEEE; }
span { border-color: rgb(24,174,238); }
td.TdClassName
{
border-color: #18AEEE;
}
.TagClassName
{
border-color: #18AEEE;
}
</style>