Shades of Deep Sky Blue #18AEF0
Tints of Deep Sky Blue #18AEF0
RGB
CMYK
RGB Variations
Color information
#18AEF0 (or 0x18AEF0) is known color: Deep Sky Blue. HEX triplet: 18, AE and F0. RGB value is (24,174,240). Sum of RGB (Red+Green+Blue) = 24+174+240=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #18AEF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AEF0 is #E7510F. Grayscale: #888888. Windows color (decimal): -15159568 or 15773208. OLE color: 15773208.
HSL color Cylindrical-coordinate representation of color #18AEF0: hue angle of 198.33º degrees, saturation: 0.88, 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 #18AEF0 is Cyan = 0.9, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 174 | 240 | - |
| CMYK | 0.9 | 0.28 | 0 | 0.06 |
| HSL | 198.33º | 0.88% | 0.52% | - |
| HSV(B) | 198.33º | 0.9% | 0.94% | - |
| XYZ | 31.24 | 36.76 | 87.89 | - |
| YUV | 136.67 | 186.31 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 240 | 0.9 | 0.28 | 0 | 0.06 | 198.33 | 0.88 | 0.52 |
| Hex | 18 | AE | F0 | 5A | 1C | 0 | 6 | C6 | 58 | 34 |
| Octal | 30 | 256 | 360 | 132 | 34 | 0 | 6 | 306 | 130 | 64 |
| Binary | 11000 | 10101110 | 11110000 | 1011010 | 11100 | 0 | 110 | 11000110 | 1011000 | 110100 |
Color Harmonies of #18AEF0
Complementary color
Monochromatic Colors of #18AEF0
Black with #18AEF0
Text Example
Text Example
White with #18AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEF0; }
p { color: rgb(24,174,240); }
H1.HeaderClassName
{
color: #18AEF0;
}
.AnyTagClassName
{
color: #18AEF0;
}
</style>
background-color css
<style>
a { background-color: #18AEF0; }
a { background-color: rgb(24,174,240); }
div.DivClassName
{
background-color: #18AEF0;
}
.BgClassName
{
background-color: #18AEF0;
}
</style>
border-color css
<style>
span { border-color: #18AEF0; }
span { border-color: rgb(24,174,240); }
td.TdClassName
{
border-color: #18AEF0;
}
.TagClassName
{
border-color: #18AEF0;
}
</style>