Shades of Deep Sky Blue #18B0EE
Tints of Deep Sky Blue #18B0EE
RGB
CMYK
RGB Variations
Color information
#18B0EE (or 0x18B0EE) is known color: Deep Sky Blue. HEX triplet: 18, B0 and EE. RGB value is (24,176,238). Sum of RGB (Red+Green+Blue) = 24+176+238=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #18B0EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18B0EE is #E74F11. Grayscale: #898989. Windows color (decimal): -15159058 or 15642648. OLE color: 15642648.
HSL color Cylindrical-coordinate representation of color #18B0EE: hue angle of 197.38º 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 #18B0EE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 176 | 238 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.07 |
| HSL | 197.38º | 0.86% | 0.51% | - |
| HSV(B) | 197.38º | 0.9% | 0.93% | - |
| XYZ | 31.33 | 37.42 | 86.46 | - |
| YUV | 137.62 | 184.64 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 176 | 238 | 0.90 | 0.26 | 0 | 0.07 | 197.38 | 0.86 | 0.51 |
| Hex | 18 | B0 | EE | 5A | 1A | 0 | 7 | C5 | 56 | 33 |
| Octal | 30 | 260 | 356 | 132 | 32 | 0 | 7 | 305 | 126 | 63 |
| Binary | 11000 | 10110000 | 11101110 | 1011010 | 11010 | 0 | 111 | 11000101 | 1010110 | 110011 |
Color Harmonies of #18B0EE
Complementary color
Monochromatic Colors of #18B0EE
Black with #18B0EE
Text Example
Text Example
White with #18B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B0EE; }
p { color: rgb(24,176,238); }
H1.HeaderClassName
{
color: #18B0EE;
}
.AnyTagClassName
{
color: #18B0EE;
}
</style>
background-color css
<style>
a { background-color: #18B0EE; }
a { background-color: rgb(24,176,238); }
div.DivClassName
{
background-color: #18B0EE;
}
.BgClassName
{
background-color: #18B0EE;
}
</style>
border-color css
<style>
span { border-color: #18B0EE; }
span { border-color: rgb(24,176,238); }
td.TdClassName
{
border-color: #18B0EE;
}
.TagClassName
{
border-color: #18B0EE;
}
</style>