Shades of Deep Sky Blue #18D5FD
Tints of Deep Sky Blue #18D5FD
RGB
CMYK
RGB Variations
Color information
#18D5FD (or 0x18D5FD) is known color: Deep Sky Blue. HEX triplet: 18, D5 and FD. RGB value is (24,213,253). Sum of RGB (Red+Green+Blue) = 24+213+253=490 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.90% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #18D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D5FD is #E72A02. Grayscale: #A0A0A0. Windows color (decimal): -15149571 or 16635160. OLE color: 16635160.
HSL color Cylindrical-coordinate representation of color #18D5FD: hue angle of 190.48º 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 #18D5FD is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 213 | 253 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.01 |
| HSL | 190.48º | 0.98% | 0.54% | - |
| HSV(B) | 190.48º | 0.91% | 0.99% | - |
| XYZ | 41.9 | 54.87 | 101.31 | - |
| YUV | 161.05 | 179.88 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 253 | 0.91 | 0.16 | 0 | 0.01 | 190.48 | 0.98 | 0.54 |
| Hex | 18 | D5 | FD | 5B | 10 | 0 | 1 | BE | 62 | 36 |
| Octal | 30 | 325 | 375 | 133 | 20 | 0 | 1 | 276 | 142 | 66 |
| Binary | 11000 | 11010101 | 11111101 | 1011011 | 10000 | 0 | 1 | 10111110 | 1100010 | 110110 |
Color Harmonies of #18D5FD
Complementary color
Monochromatic Colors of #18D5FD
Black with #18D5FD
Text Example
Text Example
White with #18D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D5FD; }
p { color: rgb(24,213,253); }
H1.HeaderClassName
{
color: #18D5FD;
}
.AnyTagClassName
{
color: #18D5FD;
}
</style>
background-color css
<style>
a { background-color: #18D5FD; }
a { background-color: rgb(24,213,253); }
div.DivClassName
{
background-color: #18D5FD;
}
.BgClassName
{
background-color: #18D5FD;
}
</style>
border-color css
<style>
span { border-color: #18D5FD; }
span { border-color: rgb(24,213,253); }
td.TdClassName
{
border-color: #18D5FD;
}
.TagClassName
{
border-color: #18D5FD;
}
</style>