Shades of Deep Sky Blue #18ADFD
Tints of Deep Sky Blue #18ADFD
RGB
CMYK
RGB Variations
Color information
#18ADFD (or 0x18ADFD) is known color: Deep Sky Blue. HEX triplet: 18, AD and FD. RGB value is (24,173,253). Sum of RGB (Red+Green+Blue) = 24+173+253=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #18ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ADFD is #E75202. Grayscale: #898989. Windows color (decimal): -15159811 or 16624920. OLE color: 16624920.
HSL color Cylindrical-coordinate representation of color #18ADFD: hue angle of 200.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18ADFD is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 173 | 253 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.01 |
| HSL | 200.96º | 0.98% | 0.54% | - |
| HSV(B) | 200.96º | 0.91% | 0.99% | - |
| XYZ | 33.05 | 37.17 | 98.36 | - |
| YUV | 137.57 | 193.14 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 253 | 0.91 | 0.32 | 0 | 0.01 | 200.96 | 0.98 | 0.54 |
| Hex | 18 | AD | FD | 5B | 20 | 0 | 1 | C9 | 62 | 36 |
| Octal | 30 | 255 | 375 | 133 | 40 | 0 | 1 | 311 | 142 | 66 |
| Binary | 11000 | 10101101 | 11111101 | 1011011 | 100000 | 0 | 1 | 11001001 | 1100010 | 110110 |
Color Harmonies of #18ADFD
Complementary color
Monochromatic Colors of #18ADFD
Black with #18ADFD
Text Example
Text Example
White with #18ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ADFD; }
p { color: rgb(24,173,253); }
H1.HeaderClassName
{
color: #18ADFD;
}
.AnyTagClassName
{
color: #18ADFD;
}
</style>
background-color css
<style>
a { background-color: #18ADFD; }
a { background-color: rgb(24,173,253); }
div.DivClassName
{
background-color: #18ADFD;
}
.BgClassName
{
background-color: #18ADFD;
}
</style>
border-color css
<style>
span { border-color: #18ADFD; }
span { border-color: rgb(24,173,253); }
td.TdClassName
{
border-color: #18ADFD;
}
.TagClassName
{
border-color: #18ADFD;
}
</style>