Shades of Deep Sky Blue #18CDF9
Tints of Deep Sky Blue #18CDF9
RGB
CMYK
RGB Variations
Color information
#18CDF9 (or 0x18CDF9) is known color: Deep Sky Blue. HEX triplet: 18, CD and F9. RGB value is (24,205,249). Sum of RGB (Red+Green+Blue) = 24+205+249=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #18CDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDF9 is #E73206. Grayscale: #9B9B9B. Windows color (decimal): -15151623 or 16370968. OLE color: 16370968.
HSL color Cylindrical-coordinate representation of color #18CDF9: hue angle of 191.73º 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 #18CDF9 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 205 | 249 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.02 |
| HSL | 191.73º | 0.95% | 0.54% | - |
| HSV(B) | 191.73º | 0.9% | 0.98% | - |
| XYZ | 39.31 | 50.7 | 97.34 | - |
| YUV | 155.9 | 180.53 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 249 | 0.90 | 0.18 | 0 | 0.02 | 191.73 | 0.95 | 0.54 |
| Hex | 18 | CD | F9 | 5A | 12 | 0 | 2 | C0 | 5F | 36 |
| Octal | 30 | 315 | 371 | 132 | 22 | 0 | 2 | 300 | 137 | 66 |
| Binary | 11000 | 11001101 | 11111001 | 1011010 | 10010 | 0 | 10 | 11000000 | 1011111 | 110110 |
Color Harmonies of #18CDF9
Complementary color
Monochromatic Colors of #18CDF9
Black with #18CDF9
Text Example
Text Example
White with #18CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDF9; }
p { color: rgb(24,205,249); }
H1.HeaderClassName
{
color: #18CDF9;
}
.AnyTagClassName
{
color: #18CDF9;
}
</style>
background-color css
<style>
a { background-color: #18CDF9; }
a { background-color: rgb(24,205,249); }
div.DivClassName
{
background-color: #18CDF9;
}
.BgClassName
{
background-color: #18CDF9;
}
</style>
border-color css
<style>
span { border-color: #18CDF9; }
span { border-color: rgb(24,205,249); }
td.TdClassName
{
border-color: #18CDF9;
}
.TagClassName
{
border-color: #18CDF9;
}
</style>