Shades of Deep Sky Blue #18DAFE
Tints of Deep Sky Blue #18DAFE
RGB
CMYK
RGB Variations
Color information
#18DAFE (or 0x18DAFE) is known color: Deep Sky Blue. HEX triplet: 18, DA and FE. RGB value is (24,218,254). Sum of RGB (Red+Green+Blue) = 24+218+254=496 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.84% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #18DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DAFE is #E72501. Grayscale: #A3A3A3. Windows color (decimal): -15148290 or 16701976. OLE color: 16701976.
HSL color Cylindrical-coordinate representation of color #18DAFE: hue angle of 189.39º 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 #18DAFE is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 218 | 254 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.00 |
| HSL | 189.39º | 0.99% | 0.55% | - |
| HSV(B) | 189.39º | 0.91% | 1% | - |
| XYZ | 43.34 | 57.49 | 102.58 | - |
| YUV | 164.1 | 178.73 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 218 | 254 | 0.91 | 0.14 | 0 | 0.00 | 189.39 | 0.99 | 0.55 |
| Hex | 18 | DA | FE | 5B | E | 0 | 0 | BD | 63 | 37 |
| Octal | 30 | 332 | 376 | 133 | 16 | 0 | 0 | 275 | 143 | 67 |
| Binary | 11000 | 11011010 | 11111110 | 1011011 | 1110 | 0 | 0 | 10111101 | 1100011 | 110111 |
Color Harmonies of #18DAFE
Complementary color
Monochromatic Colors of #18DAFE
Black with #18DAFE
Text Example
Text Example
White with #18DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DAFE; }
p { color: rgb(24,218,254); }
H1.HeaderClassName
{
color: #18DAFE;
}
.AnyTagClassName
{
color: #18DAFE;
}
</style>
background-color css
<style>
a { background-color: #18DAFE; }
a { background-color: rgb(24,218,254); }
div.DivClassName
{
background-color: #18DAFE;
}
.BgClassName
{
background-color: #18DAFE;
}
</style>
border-color css
<style>
span { border-color: #18DAFE; }
span { border-color: rgb(24,218,254); }
td.TdClassName
{
border-color: #18DAFE;
}
.TagClassName
{
border-color: #18DAFE;
}
</style>