Shades of Deep Sky Blue #18CEF2
Tints of Deep Sky Blue #18CEF2
RGB
CMYK
RGB Variations
Color information
#18CEF2 (or 0x18CEF2) is known color: Deep Sky Blue. HEX triplet: 18, CE and F2. RGB value is (24,206,242). Sum of RGB (Red+Green+Blue) = 24+206+242=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #18CEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEF2 is #E7310D. Grayscale: #9B9B9B. Windows color (decimal): -15151374 or 15912472. OLE color: 15912472.
HSL color Cylindrical-coordinate representation of color #18CEF2: hue angle of 189.91º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CEF2 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 206 | 242 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.05 |
| HSL | 189.91º | 0.89% | 0.52% | - |
| HSV(B) | 189.91º | 0.9% | 0.95% | - |
| XYZ | 38.48 | 50.75 | 91.77 | - |
| YUV | 155.69 | 176.7 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 242 | 0.90 | 0.15 | 0 | 0.05 | 189.91 | 0.89 | 0.52 |
| Hex | 18 | CE | F2 | 5A | F | 0 | 5 | BE | 59 | 34 |
| Octal | 30 | 316 | 362 | 132 | 17 | 0 | 5 | 276 | 131 | 64 |
| Binary | 11000 | 11001110 | 11110010 | 1011010 | 1111 | 0 | 101 | 10111110 | 1011001 | 110100 |
Color Harmonies of #18CEF2
Complementary color
Monochromatic Colors of #18CEF2
Black with #18CEF2
Text Example
Text Example
White with #18CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CEF2; }
p { color: rgb(24,206,242); }
H1.HeaderClassName
{
color: #18CEF2;
}
.AnyTagClassName
{
color: #18CEF2;
}
</style>
background-color css
<style>
a { background-color: #18CEF2; }
a { background-color: rgb(24,206,242); }
div.DivClassName
{
background-color: #18CEF2;
}
.BgClassName
{
background-color: #18CEF2;
}
</style>
border-color css
<style>
span { border-color: #18CEF2; }
span { border-color: rgb(24,206,242); }
td.TdClassName
{
border-color: #18CEF2;
}
.TagClassName
{
border-color: #18CEF2;
}
</style>