Shades of Deep Sky Blue #18CEFD
Tints of Deep Sky Blue #18CEFD
RGB
CMYK
RGB Variations
Color information
#18CEFD (or 0x18CEFD) is known color: Deep Sky Blue. HEX triplet: 18, CE and FD. RGB value is (24,206,253). Sum of RGB (Red+Green+Blue) = 24+206+253=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #18CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEFD is #E73102. Grayscale: #9C9C9C. Windows color (decimal): -15151363 or 16633368. OLE color: 16633368.
HSL color Cylindrical-coordinate representation of color #18CEFD: hue angle of 192.31º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18CEFD is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 206 | 253 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.01 |
| HSL | 192.31º | 0.98% | 0.54% | - |
| HSV(B) | 192.31º | 0.91% | 0.99% | - |
| XYZ | 40.18 | 51.43 | 100.74 | - |
| YUV | 156.94 | 182.2 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 253 | 0.91 | 0.19 | 0 | 0.01 | 192.31 | 0.98 | 0.54 |
| Hex | 18 | CE | FD | 5B | 13 | 0 | 1 | C0 | 62 | 36 |
| Octal | 30 | 316 | 375 | 133 | 23 | 0 | 1 | 300 | 142 | 66 |
| Binary | 11000 | 11001110 | 11111101 | 1011011 | 10011 | 0 | 1 | 11000000 | 1100010 | 110110 |
Color Harmonies of #18CEFD
Complementary color
Monochromatic Colors of #18CEFD
Black with #18CEFD
Text Example
Text Example
White with #18CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CEFD; }
p { color: rgb(24,206,253); }
H1.HeaderClassName
{
color: #18CEFD;
}
.AnyTagClassName
{
color: #18CEFD;
}
</style>
background-color css
<style>
a { background-color: #18CEFD; }
a { background-color: rgb(24,206,253); }
div.DivClassName
{
background-color: #18CEFD;
}
.BgClassName
{
background-color: #18CEFD;
}
</style>
border-color css
<style>
span { border-color: #18CEFD; }
span { border-color: rgb(24,206,253); }
td.TdClassName
{
border-color: #18CEFD;
}
.TagClassName
{
border-color: #18CEFD;
}
</style>