Shades of Deep Sky Blue #18AEEF
Tints of Deep Sky Blue #18AEEF
RGB
CMYK
RGB Variations
Color information
#18AEEF (or 0x18AEEF) is known color: Deep Sky Blue. HEX triplet: 18, AE and EF. RGB value is (24,174,239). Sum of RGB (Red+Green+Blue) = 24+174+239=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #18AEEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AEEF is #E75110. Grayscale: #888888. Windows color (decimal): -15159569 or 15707672. OLE color: 15707672.
HSL color Cylindrical-coordinate representation of color #18AEEF: hue angle of 198.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AEEF is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 174 | 239 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.06 |
| HSL | 198.14º | 0.87% | 0.52% | - |
| HSV(B) | 198.14º | 0.9% | 0.94% | - |
| XYZ | 31.09 | 36.7 | 87.11 | - |
| YUV | 136.56 | 185.81 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 239 | 0.90 | 0.27 | 0 | 0.06 | 198.14 | 0.87 | 0.52 |
| Hex | 18 | AE | EF | 5A | 1B | 0 | 6 | C6 | 57 | 34 |
| Octal | 30 | 256 | 357 | 132 | 33 | 0 | 6 | 306 | 127 | 64 |
| Binary | 11000 | 10101110 | 11101111 | 1011010 | 11011 | 0 | 110 | 11000110 | 1010111 | 110100 |
Color Harmonies of #18AEEF
Complementary color
Monochromatic Colors of #18AEEF
Black with #18AEEF
Text Example
Text Example
White with #18AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEEF; }
p { color: rgb(24,174,239); }
H1.HeaderClassName
{
color: #18AEEF;
}
.AnyTagClassName
{
color: #18AEEF;
}
</style>
background-color css
<style>
a { background-color: #18AEEF; }
a { background-color: rgb(24,174,239); }
div.DivClassName
{
background-color: #18AEEF;
}
.BgClassName
{
background-color: #18AEEF;
}
</style>
border-color css
<style>
span { border-color: #18AEEF; }
span { border-color: rgb(24,174,239); }
td.TdClassName
{
border-color: #18AEEF;
}
.TagClassName
{
border-color: #18AEEF;
}
</style>