Shades of Deep Sky Blue #18CDFE
Tints of Deep Sky Blue #18CDFE
RGB
CMYK
RGB Variations
Color information
#18CDFE (or 0x18CDFE) is known color: Deep Sky Blue. HEX triplet: 18, CD and FE. RGB value is (24,205,254). Sum of RGB (Red+Green+Blue) = 24+205+254=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #18CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDFE is #E73201. Grayscale: #9C9C9C. Windows color (decimal): -15151618 or 16698648. OLE color: 16698648.
HSL color Cylindrical-coordinate representation of color #18CDFE: hue angle of 192.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18CDFE is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 205 | 254 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.00 |
| HSL | 192.78º | 0.99% | 0.55% | - |
| HSV(B) | 192.78º | 0.91% | 1% | - |
| XYZ | 40.1 | 51.01 | 101.5 | - |
| YUV | 156.47 | 183.03 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 254 | 0.91 | 0.19 | 0 | 0.00 | 192.78 | 0.99 | 0.55 |
| Hex | 18 | CD | FE | 5B | 13 | 0 | 0 | C1 | 63 | 37 |
| Octal | 30 | 315 | 376 | 133 | 23 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11000 | 11001101 | 11111110 | 1011011 | 10011 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #18CDFE
Complementary color
Monochromatic Colors of #18CDFE
Black with #18CDFE
Text Example
Text Example
White with #18CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDFE; }
p { color: rgb(24,205,254); }
H1.HeaderClassName
{
color: #18CDFE;
}
.AnyTagClassName
{
color: #18CDFE;
}
</style>
background-color css
<style>
a { background-color: #18CDFE; }
a { background-color: rgb(24,205,254); }
div.DivClassName
{
background-color: #18CDFE;
}
.BgClassName
{
background-color: #18CDFE;
}
</style>
border-color css
<style>
span { border-color: #18CDFE; }
span { border-color: rgb(24,205,254); }
td.TdClassName
{
border-color: #18CDFE;
}
.TagClassName
{
border-color: #18CDFE;
}
</style>