Shades of Deep Sky Blue #18D9F9
Tints of Deep Sky Blue #18D9F9
RGB
CMYK
RGB Variations
Color information
#18D9F9 (or 0x18D9F9) is known color: Deep Sky Blue. HEX triplet: 18, D9 and F9. RGB value is (24,217,249). Sum of RGB (Red+Green+Blue) = 24+217+249=490 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.90% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #18D9F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D9F9 is #E72606. Grayscale: #A2A2A2. Windows color (decimal): -15148551 or 16374040. OLE color: 16374040.
HSL color Cylindrical-coordinate representation of color #18D9F9: hue angle of 188.53º degrees, saturation: 0.95, 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 #18D9F9 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 217 | 249 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.02 |
| HSL | 188.53º | 0.95% | 0.54% | - |
| HSV(B) | 188.53º | 0.9% | 0.98% | - |
| XYZ | 42.29 | 56.66 | 98.33 | - |
| YUV | 162.94 | 176.56 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 249 | 0.90 | 0.13 | 0 | 0.02 | 188.53 | 0.95 | 0.54 |
| Hex | 18 | D9 | F9 | 5A | D | 0 | 2 | BD | 5F | 36 |
| Octal | 30 | 331 | 371 | 132 | 15 | 0 | 2 | 275 | 137 | 66 |
| Binary | 11000 | 11011001 | 11111001 | 1011010 | 1101 | 0 | 10 | 10111101 | 1011111 | 110110 |
Color Harmonies of #18D9F9
Complementary color
Monochromatic Colors of #18D9F9
Black with #18D9F9
Text Example
Text Example
White with #18D9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D9F9; }
p { color: rgb(24,217,249); }
H1.HeaderClassName
{
color: #18D9F9;
}
.AnyTagClassName
{
color: #18D9F9;
}
</style>
background-color css
<style>
a { background-color: #18D9F9; }
a { background-color: rgb(24,217,249); }
div.DivClassName
{
background-color: #18D9F9;
}
.BgClassName
{
background-color: #18D9F9;
}
</style>
border-color css
<style>
span { border-color: #18D9F9; }
span { border-color: rgb(24,217,249); }
td.TdClassName
{
border-color: #18D9F9;
}
.TagClassName
{
border-color: #18D9F9;
}
</style>