Shades of Deep Sky Blue #18CFFC
Tints of Deep Sky Blue #18CFFC
RGB
CMYK
RGB Variations
Color information
#18CFFC (or 0x18CFFC) is known color: Deep Sky Blue. HEX triplet: 18, CF and FC. RGB value is (24,207,252). Sum of RGB (Red+Green+Blue) = 24+207+252=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #18CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFFC is #E73003. Grayscale: #9D9D9D. Windows color (decimal): -15151108 or 16568088. OLE color: 16568088.
HSL color Cylindrical-coordinate representation of color #18CFFC: hue angle of 191.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CFFC is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 207 | 252 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.01 |
| HSL | 191.84º | 0.97% | 0.54% | - |
| HSV(B) | 191.84º | 0.9% | 0.99% | - |
| XYZ | 40.26 | 51.85 | 99.98 | - |
| YUV | 157.41 | 181.37 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 252 | 0.90 | 0.18 | 0 | 0.01 | 191.84 | 0.97 | 0.54 |
| Hex | 18 | CF | FC | 5A | 12 | 0 | 1 | C0 | 61 | 36 |
| Octal | 30 | 317 | 374 | 132 | 22 | 0 | 1 | 300 | 141 | 66 |
| Binary | 11000 | 11001111 | 11111100 | 1011010 | 10010 | 0 | 1 | 11000000 | 1100001 | 110110 |
Color Harmonies of #18CFFC
Complementary color
Monochromatic Colors of #18CFFC
Black with #18CFFC
Text Example
Text Example
White with #18CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFFC; }
p { color: rgb(24,207,252); }
H1.HeaderClassName
{
color: #18CFFC;
}
.AnyTagClassName
{
color: #18CFFC;
}
</style>
background-color css
<style>
a { background-color: #18CFFC; }
a { background-color: rgb(24,207,252); }
div.DivClassName
{
background-color: #18CFFC;
}
.BgClassName
{
background-color: #18CFFC;
}
</style>
border-color css
<style>
span { border-color: #18CFFC; }
span { border-color: rgb(24,207,252); }
td.TdClassName
{
border-color: #18CFFC;
}
.TagClassName
{
border-color: #18CFFC;
}
</style>