Shades of Deep Sky Blue #18D3FD
Tints of Deep Sky Blue #18D3FD
RGB
CMYK
RGB Variations
Color information
#18D3FD (or 0x18D3FD) is known color: Deep Sky Blue. HEX triplet: 18, D3 and FD. RGB value is (24,211,253). Sum of RGB (Red+Green+Blue) = 24+211+253=488 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.92% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #18D3FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D3FD is #E72C02. Grayscale: #9F9F9F. Windows color (decimal): -15150083 or 16634648. OLE color: 16634648.
HSL color Cylindrical-coordinate representation of color #18D3FD: hue angle of 191º 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 #18D3FD is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 211 | 253 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.01 |
| HSL | 191º | 0.98% | 0.54% | - |
| HSV(B) | 191º | 0.91% | 0.99% | - |
| XYZ | 41.4 | 53.87 | 101.15 | - |
| YUV | 159.88 | 180.55 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 211 | 253 | 0.91 | 0.17 | 0 | 0.01 | 191 | 0.98 | 0.54 |
| Hex | 18 | D3 | FD | 5B | 11 | 0 | 1 | BF | 62 | 36 |
| Octal | 30 | 323 | 375 | 133 | 21 | 0 | 1 | 277 | 142 | 66 |
| Binary | 11000 | 11010011 | 11111101 | 1011011 | 10001 | 0 | 1 | 10111111 | 1100010 | 110110 |
Color Harmonies of #18D3FD
Complementary color
Monochromatic Colors of #18D3FD
Black with #18D3FD
Text Example
Text Example
White with #18D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D3FD; }
p { color: rgb(24,211,253); }
H1.HeaderClassName
{
color: #18D3FD;
}
.AnyTagClassName
{
color: #18D3FD;
}
</style>
background-color css
<style>
a { background-color: #18D3FD; }
a { background-color: rgb(24,211,253); }
div.DivClassName
{
background-color: #18D3FD;
}
.BgClassName
{
background-color: #18D3FD;
}
</style>
border-color css
<style>
span { border-color: #18D3FD; }
span { border-color: rgb(24,211,253); }
td.TdClassName
{
border-color: #18D3FD;
}
.TagClassName
{
border-color: #18D3FD;
}
</style>