Shades of Deep Sky Blue #18CDEF
Tints of Deep Sky Blue #18CDEF
RGB
CMYK
RGB Variations
Color information
#18CDEF (or 0x18CDEF) is known color: Deep Sky Blue. HEX triplet: 18, CD and EF. RGB value is (24,205,239). Sum of RGB (Red+Green+Blue) = 24+205+239=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #18CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDEF is #E73210. Grayscale: #9A9A9A. Windows color (decimal): -15151633 or 15715608. OLE color: 15715608.
HSL color Cylindrical-coordinate representation of color #18CDEF: hue angle of 189.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CDEF is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 205 | 239 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.06 |
| HSL | 189.49º | 0.87% | 0.52% | - |
| HSV(B) | 189.49º | 0.9% | 0.94% | - |
| XYZ | 37.79 | 50.09 | 89.34 | - |
| YUV | 154.76 | 175.53 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 239 | 0.90 | 0.14 | 0 | 0.06 | 189.49 | 0.87 | 0.52 |
| Hex | 18 | CD | EF | 5A | E | 0 | 6 | BD | 57 | 34 |
| Octal | 30 | 315 | 357 | 132 | 16 | 0 | 6 | 275 | 127 | 64 |
| Binary | 11000 | 11001101 | 11101111 | 1011010 | 1110 | 0 | 110 | 10111101 | 1010111 | 110100 |
Color Harmonies of #18CDEF
Complementary color
Monochromatic Colors of #18CDEF
Black with #18CDEF
Text Example
Text Example
White with #18CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDEF; }
p { color: rgb(24,205,239); }
H1.HeaderClassName
{
color: #18CDEF;
}
.AnyTagClassName
{
color: #18CDEF;
}
</style>
background-color css
<style>
a { background-color: #18CDEF; }
a { background-color: rgb(24,205,239); }
div.DivClassName
{
background-color: #18CDEF;
}
.BgClassName
{
background-color: #18CDEF;
}
</style>
border-color css
<style>
span { border-color: #18CDEF; }
span { border-color: rgb(24,205,239); }
td.TdClassName
{
border-color: #18CDEF;
}
.TagClassName
{
border-color: #18CDEF;
}
</style>