Shades of Deep Sky Blue #18CEF3
Tints of Deep Sky Blue #18CEF3
RGB
CMYK
RGB Variations
Color information
#18CEF3 (or 0x18CEF3) is known color: Deep Sky Blue. HEX triplet: 18, CE and F3. RGB value is (24,206,243). Sum of RGB (Red+Green+Blue) = 24+206+243=473 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.07% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #18CEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEF3 is #E7310C. Grayscale: #9B9B9B. Windows color (decimal): -15151373 or 15978008. OLE color: 15978008.
HSL color Cylindrical-coordinate representation of color #18CEF3: hue angle of 190.14º degrees, saturation: 0.9, 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 #18CEF3 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 206 | 243 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.05 |
| HSL | 190.14º | 0.9% | 0.52% | - |
| HSV(B) | 190.14º | 0.9% | 0.95% | - |
| XYZ | 38.63 | 50.81 | 92.57 | - |
| YUV | 155.8 | 177.2 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 243 | 0.90 | 0.15 | 0 | 0.05 | 190.14 | 0.9 | 0.52 |
| Hex | 18 | CE | F3 | 5A | F | 0 | 5 | BE | 5A | 34 |
| Octal | 30 | 316 | 363 | 132 | 17 | 0 | 5 | 276 | 132 | 64 |
| Binary | 11000 | 11001110 | 11110011 | 1011010 | 1111 | 0 | 101 | 10111110 | 1011010 | 110100 |
Color Harmonies of #18CEF3
Complementary color
Monochromatic Colors of #18CEF3
Black with #18CEF3
Text Example
Text Example
White with #18CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CEF3; }
p { color: rgb(24,206,243); }
H1.HeaderClassName
{
color: #18CEF3;
}
.AnyTagClassName
{
color: #18CEF3;
}
</style>
background-color css
<style>
a { background-color: #18CEF3; }
a { background-color: rgb(24,206,243); }
div.DivClassName
{
background-color: #18CEF3;
}
.BgClassName
{
background-color: #18CEF3;
}
</style>
border-color css
<style>
span { border-color: #18CEF3; }
span { border-color: rgb(24,206,243); }
td.TdClassName
{
border-color: #18CEF3;
}
.TagClassName
{
border-color: #18CEF3;
}
</style>