Shades of Deep Sky Blue #18D0EE
Tints of Deep Sky Blue #18D0EE
RGB
CMYK
RGB Variations
Color information
#18D0EE (or 0x18D0EE) is known color: Deep Sky Blue. HEX triplet: 18, D0 and EE. RGB value is (24,208,238). Sum of RGB (Red+Green+Blue) = 24+208+238=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #18D0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D0EE is #E72F11. Grayscale: #9C9C9C. Windows color (decimal): -15150866 or 15650840. OLE color: 15650840.
HSL color Cylindrical-coordinate representation of color #18D0EE: hue angle of 188.41º 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 #18D0EE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 208 | 238 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.07 |
| HSL | 188.41º | 0.86% | 0.51% | - |
| HSV(B) | 188.41º | 0.9% | 0.93% | - |
| XYZ | 38.37 | 51.48 | 88.8 | - |
| YUV | 156.4 | 174.04 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 238 | 0.90 | 0.13 | 0 | 0.07 | 188.41 | 0.86 | 0.51 |
| Hex | 18 | D0 | EE | 5A | D | 0 | 7 | BC | 56 | 33 |
| Octal | 30 | 320 | 356 | 132 | 15 | 0 | 7 | 274 | 126 | 63 |
| Binary | 11000 | 11010000 | 11101110 | 1011010 | 1101 | 0 | 111 | 10111100 | 1010110 | 110011 |
Color Harmonies of #18D0EE
Complementary color
Monochromatic Colors of #18D0EE
Black with #18D0EE
Text Example
Text Example
White with #18D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D0EE; }
p { color: rgb(24,208,238); }
H1.HeaderClassName
{
color: #18D0EE;
}
.AnyTagClassName
{
color: #18D0EE;
}
</style>
background-color css
<style>
a { background-color: #18D0EE; }
a { background-color: rgb(24,208,238); }
div.DivClassName
{
background-color: #18D0EE;
}
.BgClassName
{
background-color: #18D0EE;
}
</style>
border-color css
<style>
span { border-color: #18D0EE; }
span { border-color: rgb(24,208,238); }
td.TdClassName
{
border-color: #18D0EE;
}
.TagClassName
{
border-color: #18D0EE;
}
</style>