Shades of Deep Sky Blue #18ADED
Tints of Deep Sky Blue #18ADED
RGB
CMYK
RGB Variations
Color information
#18ADED (or 0x18ADED) is known color: Deep Sky Blue. HEX triplet: 18, AD and ED. RGB value is (24,173,237). Sum of RGB (Red+Green+Blue) = 24+173+237=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #18ADED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADED is #E75212. Grayscale: #878787. Windows color (decimal): -15159827 or 15576344. OLE color: 15576344.
HSL color Cylindrical-coordinate representation of color #18ADED: hue angle of 198.03º 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 #18ADED is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 173 | 237 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.07 |
| HSL | 198.03º | 0.86% | 0.51% | - |
| HSV(B) | 198.03º | 0.9% | 0.93% | - |
| XYZ | 30.61 | 36.2 | 85.49 | - |
| YUV | 135.75 | 185.14 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 237 | 0.90 | 0.27 | 0 | 0.07 | 198.03 | 0.86 | 0.51 |
| Hex | 18 | AD | ED | 5A | 1B | 0 | 7 | C6 | 56 | 33 |
| Octal | 30 | 255 | 355 | 132 | 33 | 0 | 7 | 306 | 126 | 63 |
| Binary | 11000 | 10101101 | 11101101 | 1011010 | 11011 | 0 | 111 | 11000110 | 1010110 | 110011 |
Color Harmonies of #18ADED
Complementary color
Monochromatic Colors of #18ADED
Black with #18ADED
Text Example
Text Example
White with #18ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADED; }
p { color: rgb(24,173,237); }
H1.HeaderClassName
{
color: #18ADED;
}
.AnyTagClassName
{
color: #18ADED;
}
</style>
background-color css
<style>
a { background-color: #18ADED; }
a { background-color: rgb(24,173,237); }
div.DivClassName
{
background-color: #18ADED;
}
.BgClassName
{
background-color: #18ADED;
}
</style>
border-color css
<style>
span { border-color: #18ADED; }
span { border-color: rgb(24,173,237); }
td.TdClassName
{
border-color: #18ADED;
}
.TagClassName
{
border-color: #18ADED;
}
</style>