Shades of Deep Sky Blue #18DDFF
Tints of Deep Sky Blue #18DDFF
RGB
CMYK
RGB Variations
Color information
#18DDFF (or 0x18DDFF) is known color: Deep Sky Blue. HEX triplet: 18, DD and FF. RGB value is (24,221,255). Sum of RGB (Red+Green+Blue) = 24+221+255=500 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #18DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DDFF is #E72200. Grayscale: #A5A5A5. Windows color (decimal): -15147521 or 16768280. OLE color: 16768280.
HSL color Cylindrical-coordinate representation of color #18DDFF: hue angle of 188.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18DDFF is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 221 | 255 | - |
| CMYK | 0.91 | 0.13 | 0 | 0 |
| HSL | 188.83º | 1% | 0.55% | - |
| HSV(B) | 188.83º | 0.91% | 1% | - |
| XYZ | 44.28 | 59.13 | 103.69 | - |
| YUV | 165.97 | 178.23 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 255 | 0.91 | 0.13 | 0 | 0 | 188.83 | 1 | 0.55 |
| Hex | 18 | DD | FF | 5B | D | 0 | 0 | BD | 64 | 37 |
| Octal | 30 | 335 | 377 | 133 | 15 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11000 | 11011101 | 11111111 | 1011011 | 1101 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #18DDFF
Complementary color
Monochromatic Colors of #18DDFF
Black with #18DDFF
Text Example
Text Example
White with #18DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDFF; }
p { color: rgb(24,221,255); }
H1.HeaderClassName
{
color: #18DDFF;
}
.AnyTagClassName
{
color: #18DDFF;
}
</style>
background-color css
<style>
a { background-color: #18DDFF; }
a { background-color: rgb(24,221,255); }
div.DivClassName
{
background-color: #18DDFF;
}
.BgClassName
{
background-color: #18DDFF;
}
</style>
border-color css
<style>
span { border-color: #18DDFF; }
span { border-color: rgb(24,221,255); }
td.TdClassName
{
border-color: #18DDFF;
}
.TagClassName
{
border-color: #18DDFF;
}
</style>