Shades of Deep Sky Blue #18DCFE
Tints of Deep Sky Blue #18DCFE
RGB
CMYK
RGB Variations
Color information
#18DCFE (or 0x18DCFE) is known color: Deep Sky Blue. HEX triplet: 18, DC and FE. RGB value is (24,220,254). Sum of RGB (Red+Green+Blue) = 24+220+254=498 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.82% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #18DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCFE is #E72301. Grayscale: #A4A4A4. Windows color (decimal): -15147778 or 16702488. OLE color: 16702488.
HSL color Cylindrical-coordinate representation of color #18DCFE: hue angle of 188.87º 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 #18DCFE is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 220 | 254 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.00 |
| HSL | 188.87º | 0.99% | 0.55% | - |
| HSV(B) | 188.87º | 0.91% | 1% | - |
| XYZ | 43.86 | 58.54 | 102.75 | - |
| YUV | 165.27 | 178.07 | 27.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 254 | 0.91 | 0.13 | 0 | 0.00 | 188.87 | 0.99 | 0.55 |
| Hex | 18 | DC | FE | 5B | D | 0 | 0 | BD | 63 | 37 |
| Octal | 30 | 334 | 376 | 133 | 15 | 0 | 0 | 275 | 143 | 67 |
| Binary | 11000 | 11011100 | 11111110 | 1011011 | 1101 | 0 | 0 | 10111101 | 1100011 | 110111 |
Color Harmonies of #18DCFE
Complementary color
Monochromatic Colors of #18DCFE
Black with #18DCFE
Text Example
Text Example
White with #18DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCFE; }
p { color: rgb(24,220,254); }
H1.HeaderClassName
{
color: #18DCFE;
}
.AnyTagClassName
{
color: #18DCFE;
}
</style>
background-color css
<style>
a { background-color: #18DCFE; }
a { background-color: rgb(24,220,254); }
div.DivClassName
{
background-color: #18DCFE;
}
.BgClassName
{
background-color: #18DCFE;
}
</style>
border-color css
<style>
span { border-color: #18DCFE; }
span { border-color: rgb(24,220,254); }
td.TdClassName
{
border-color: #18DCFE;
}
.TagClassName
{
border-color: #18DCFE;
}
</style>