Shades of Deep Sky Blue #18CCED
Tints of Deep Sky Blue #18CCED
RGB
CMYK
RGB Variations
Color information
#18CCED (or 0x18CCED) is known color: Deep Sky Blue. HEX triplet: 18, CC and ED. RGB value is (24,204,237). Sum of RGB (Red+Green+Blue) = 24+204+237=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #18CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCED is #E73312. Grayscale: #999999. Windows color (decimal): -15151891 or 15584280. OLE color: 15584280.
HSL color Cylindrical-coordinate representation of color #18CCED: hue angle of 189.3º 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 #18CCED is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 204 | 237 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.07 |
| HSL | 189.3º | 0.86% | 0.51% | - |
| HSV(B) | 189.3º | 0.9% | 0.93% | - |
| XYZ | 37.26 | 49.49 | 87.71 | - |
| YUV | 153.94 | 174.87 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 237 | 0.90 | 0.14 | 0 | 0.07 | 189.3 | 0.86 | 0.51 |
| Hex | 18 | CC | ED | 5A | E | 0 | 7 | BD | 56 | 33 |
| Octal | 30 | 314 | 355 | 132 | 16 | 0 | 7 | 275 | 126 | 63 |
| Binary | 11000 | 11001100 | 11101101 | 1011010 | 1110 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #18CCED
Complementary color
Monochromatic Colors of #18CCED
Black with #18CCED
Text Example
Text Example
White with #18CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCED; }
p { color: rgb(24,204,237); }
H1.HeaderClassName
{
color: #18CCED;
}
.AnyTagClassName
{
color: #18CCED;
}
</style>
background-color css
<style>
a { background-color: #18CCED; }
a { background-color: rgb(24,204,237); }
div.DivClassName
{
background-color: #18CCED;
}
.BgClassName
{
background-color: #18CCED;
}
</style>
border-color css
<style>
span { border-color: #18CCED; }
span { border-color: rgb(24,204,237); }
td.TdClassName
{
border-color: #18CCED;
}
.TagClassName
{
border-color: #18CCED;
}
</style>