Shades of Deep Sky Blue #18C4F9
Tints of Deep Sky Blue #18C4F9
RGB
CMYK
RGB Variations
Color information
#18C4F9 (or 0x18C4F9) is known color: Deep Sky Blue. HEX triplet: 18, C4 and F9. RGB value is (24,196,249). Sum of RGB (Red+Green+Blue) = 24+196+249=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #18C4F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C4F9 is #E73B06. Grayscale: #969696. Windows color (decimal): -15153927 or 16368664. OLE color: 16368664.
HSL color Cylindrical-coordinate representation of color #18C4F9: hue angle of 194.13º 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 #18C4F9 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 196 | 249 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.02 |
| HSL | 194.13º | 0.95% | 0.54% | - |
| HSV(B) | 194.13º | 0.9% | 0.98% | - |
| XYZ | 37.22 | 46.51 | 96.64 | - |
| YUV | 150.61 | 183.52 | 37.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 196 | 249 | 0.90 | 0.21 | 0 | 0.02 | 194.13 | 0.95 | 0.54 |
| Hex | 18 | C4 | F9 | 5A | 15 | 0 | 2 | C2 | 5F | 36 |
| Octal | 30 | 304 | 371 | 132 | 25 | 0 | 2 | 302 | 137 | 66 |
| Binary | 11000 | 11000100 | 11111001 | 1011010 | 10101 | 0 | 10 | 11000010 | 1011111 | 110110 |
Color Harmonies of #18C4F9
Complementary color
Monochromatic Colors of #18C4F9
Black with #18C4F9
Text Example
Text Example
White with #18C4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C4F9; }
p { color: rgb(24,196,249); }
H1.HeaderClassName
{
color: #18C4F9;
}
.AnyTagClassName
{
color: #18C4F9;
}
</style>
background-color css
<style>
a { background-color: #18C4F9; }
a { background-color: rgb(24,196,249); }
div.DivClassName
{
background-color: #18C4F9;
}
.BgClassName
{
background-color: #18C4F9;
}
</style>
border-color css
<style>
span { border-color: #18C4F9; }
span { border-color: rgb(24,196,249); }
td.TdClassName
{
border-color: #18C4F9;
}
.TagClassName
{
border-color: #18C4F9;
}
</style>