Shades of Deep Sky Blue #18D3FA
Tints of Deep Sky Blue #18D3FA
RGB
CMYK
RGB Variations
Color information
#18D3FA (or 0x18D3FA) is known color: Deep Sky Blue. HEX triplet: 18, D3 and FA. RGB value is (24,211,250). Sum of RGB (Red+Green+Blue) = 24+211+250=485 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.95% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #18D3FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D3FA is #E72C05. Grayscale: #9F9F9F. Windows color (decimal): -15150086 or 16438040. OLE color: 16438040.
HSL color Cylindrical-coordinate representation of color #18D3FA: hue angle of 190.35º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D3FA is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 211 | 250 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.02 |
| HSL | 190.35º | 0.96% | 0.54% | - |
| HSV(B) | 190.35º | 0.9% | 0.98% | - |
| XYZ | 40.93 | 53.68 | 98.65 | - |
| YUV | 159.53 | 179.05 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 211 | 250 | 0.90 | 0.16 | 0 | 0.02 | 190.35 | 0.96 | 0.54 |
| Hex | 18 | D3 | FA | 5A | 10 | 0 | 2 | BE | 60 | 36 |
| Octal | 30 | 323 | 372 | 132 | 20 | 0 | 2 | 276 | 140 | 66 |
| Binary | 11000 | 11010011 | 11111010 | 1011010 | 10000 | 0 | 10 | 10111110 | 1100000 | 110110 |
Color Harmonies of #18D3FA
Complementary color
Monochromatic Colors of #18D3FA
Black with #18D3FA
Text Example
Text Example
White with #18D3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D3FA; }
p { color: rgb(24,211,250); }
H1.HeaderClassName
{
color: #18D3FA;
}
.AnyTagClassName
{
color: #18D3FA;
}
</style>
background-color css
<style>
a { background-color: #18D3FA; }
a { background-color: rgb(24,211,250); }
div.DivClassName
{
background-color: #18D3FA;
}
.BgClassName
{
background-color: #18D3FA;
}
</style>
border-color css
<style>
span { border-color: #18D3FA; }
span { border-color: rgb(24,211,250); }
td.TdClassName
{
border-color: #18D3FA;
}
.TagClassName
{
border-color: #18D3FA;
}
</style>