Shades of Deep Sky Blue #18BCEE
Tints of Deep Sky Blue #18BCEE
RGB
CMYK
RGB Variations
Color information
#18BCEE (or 0x18BCEE) is known color: Deep Sky Blue. HEX triplet: 18, BC and EE. RGB value is (24,188,238). Sum of RGB (Red+Green+Blue) = 24+188+238=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #18BCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCEE is #E74311. Grayscale: #909090. Windows color (decimal): -15155986 or 15645720. OLE color: 15645720.
HSL color Cylindrical-coordinate representation of color #18BCEE: hue angle of 194.02º 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 #18BCEE is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 188 | 238 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.07 |
| HSL | 194.02º | 0.86% | 0.51% | - |
| HSV(B) | 194.02º | 0.9% | 0.93% | - |
| XYZ | 33.79 | 42.33 | 87.28 | - |
| YUV | 144.66 | 180.67 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 238 | 0.90 | 0.21 | 0 | 0.07 | 194.02 | 0.86 | 0.51 |
| Hex | 18 | BC | EE | 5A | 15 | 0 | 7 | C2 | 56 | 33 |
| Octal | 30 | 274 | 356 | 132 | 25 | 0 | 7 | 302 | 126 | 63 |
| Binary | 11000 | 10111100 | 11101110 | 1011010 | 10101 | 0 | 111 | 11000010 | 1010110 | 110011 |
Color Harmonies of #18BCEE
Complementary color
Monochromatic Colors of #18BCEE
Black with #18BCEE
Text Example
Text Example
White with #18BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCEE; }
p { color: rgb(24,188,238); }
H1.HeaderClassName
{
color: #18BCEE;
}
.AnyTagClassName
{
color: #18BCEE;
}
</style>
background-color css
<style>
a { background-color: #18BCEE; }
a { background-color: rgb(24,188,238); }
div.DivClassName
{
background-color: #18BCEE;
}
.BgClassName
{
background-color: #18BCEE;
}
</style>
border-color css
<style>
span { border-color: #18BCEE; }
span { border-color: rgb(24,188,238); }
td.TdClassName
{
border-color: #18BCEE;
}
.TagClassName
{
border-color: #18BCEE;
}
</style>