Shades of Deep Sky Blue #18C2EF
Tints of Deep Sky Blue #18C2EF
RGB
CMYK
RGB Variations
Color information
#18C2EF (or 0x18C2EF) is known color: Deep Sky Blue. HEX triplet: 18, C2 and EF. RGB value is (24,194,239). Sum of RGB (Red+Green+Blue) = 24+194+239=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #18C2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C2EF is #E73D10. Grayscale: #939393. Windows color (decimal): -15154449 or 15712792. OLE color: 15712792.
HSL color Cylindrical-coordinate representation of color #18C2EF: hue angle of 192.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C2EF is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 194 | 239 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.06 |
| HSL | 192.56º | 0.87% | 0.52% | - |
| HSV(B) | 192.56º | 0.9% | 0.94% | - |
| XYZ | 35.25 | 45.01 | 88.49 | - |
| YUV | 148.3 | 179.18 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 239 | 0.90 | 0.19 | 0 | 0.06 | 192.56 | 0.87 | 0.52 |
| Hex | 18 | C2 | EF | 5A | 13 | 0 | 6 | C1 | 57 | 34 |
| Octal | 30 | 302 | 357 | 132 | 23 | 0 | 6 | 301 | 127 | 64 |
| Binary | 11000 | 11000010 | 11101111 | 1011010 | 10011 | 0 | 110 | 11000001 | 1010111 | 110100 |
Color Harmonies of #18C2EF
Complementary color
Monochromatic Colors of #18C2EF
Black with #18C2EF
Text Example
Text Example
White with #18C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C2EF; }
p { color: rgb(24,194,239); }
H1.HeaderClassName
{
color: #18C2EF;
}
.AnyTagClassName
{
color: #18C2EF;
}
</style>
background-color css
<style>
a { background-color: #18C2EF; }
a { background-color: rgb(24,194,239); }
div.DivClassName
{
background-color: #18C2EF;
}
.BgClassName
{
background-color: #18C2EF;
}
</style>
border-color css
<style>
span { border-color: #18C2EF; }
span { border-color: rgb(24,194,239); }
td.TdClassName
{
border-color: #18C2EF;
}
.TagClassName
{
border-color: #18C2EF;
}
</style>