Shades of Deep Sky Blue #18CCF9
Tints of Deep Sky Blue #18CCF9
RGB
CMYK
RGB Variations
Color information
#18CCF9 (or 0x18CCF9) is known color: Deep Sky Blue. HEX triplet: 18, CC and F9. RGB value is (24,204,249). Sum of RGB (Red+Green+Blue) = 24+204+249=477 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.03% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #18CCF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCF9 is #E73306. Grayscale: #9A9A9A. Windows color (decimal): -15151879 or 16370712. OLE color: 16370712.
HSL color Cylindrical-coordinate representation of color #18CCF9: hue angle of 192º 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 #18CCF9 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 204 | 249 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.02 |
| HSL | 192º | 0.95% | 0.54% | - |
| HSV(B) | 192º | 0.9% | 0.98% | - |
| XYZ | 39.07 | 50.22 | 97.26 | - |
| YUV | 155.31 | 180.87 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 249 | 0.90 | 0.18 | 0 | 0.02 | 192 | 0.95 | 0.54 |
| Hex | 18 | CC | F9 | 5A | 12 | 0 | 2 | C0 | 5F | 36 |
| Octal | 30 | 314 | 371 | 132 | 22 | 0 | 2 | 300 | 137 | 66 |
| Binary | 11000 | 11001100 | 11111001 | 1011010 | 10010 | 0 | 10 | 11000000 | 1011111 | 110110 |
Color Harmonies of #18CCF9
Complementary color
Monochromatic Colors of #18CCF9
Black with #18CCF9
Text Example
Text Example
White with #18CCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCF9; }
p { color: rgb(24,204,249); }
H1.HeaderClassName
{
color: #18CCF9;
}
.AnyTagClassName
{
color: #18CCF9;
}
</style>
background-color css
<style>
a { background-color: #18CCF9; }
a { background-color: rgb(24,204,249); }
div.DivClassName
{
background-color: #18CCF9;
}
.BgClassName
{
background-color: #18CCF9;
}
</style>
border-color css
<style>
span { border-color: #18CCF9; }
span { border-color: rgb(24,204,249); }
td.TdClassName
{
border-color: #18CCF9;
}
.TagClassName
{
border-color: #18CCF9;
}
</style>