Shades of Deep Sky Blue #18CFED
Tints of Deep Sky Blue #18CFED
RGB
CMYK
RGB Variations
Color information
#18CFED (or 0x18CFED) is known color: Deep Sky Blue. HEX triplet: 18, CF and ED. RGB value is (24,207,237). Sum of RGB (Red+Green+Blue) = 24+207+237=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #18CFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFED is #E73012. Grayscale: #9B9B9B. Windows color (decimal): -15151123 or 15585048. OLE color: 15585048.
HSL color Cylindrical-coordinate representation of color #18CFED: hue angle of 188.45º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CFED is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 207 | 237 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.07 |
| HSL | 188.45º | 0.86% | 0.51% | - |
| HSV(B) | 188.45º | 0.9% | 0.93% | - |
| XYZ | 37.98 | 50.93 | 87.95 | - |
| YUV | 155.7 | 173.87 | 34.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 237 | 0.90 | 0.13 | 0 | 0.07 | 188.45 | 0.86 | 0.51 |
| Hex | 18 | CF | ED | 5A | D | 0 | 7 | BC | 56 | 33 |
| Octal | 30 | 317 | 355 | 132 | 15 | 0 | 7 | 274 | 126 | 63 |
| Binary | 11000 | 11001111 | 11101101 | 1011010 | 1101 | 0 | 111 | 10111100 | 1010110 | 110011 |
Color Harmonies of #18CFED
Complementary color
Monochromatic Colors of #18CFED
Black with #18CFED
Text Example
Text Example
White with #18CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFED; }
p { color: rgb(24,207,237); }
H1.HeaderClassName
{
color: #18CFED;
}
.AnyTagClassName
{
color: #18CFED;
}
</style>
background-color css
<style>
a { background-color: #18CFED; }
a { background-color: rgb(24,207,237); }
div.DivClassName
{
background-color: #18CFED;
}
.BgClassName
{
background-color: #18CFED;
}
</style>
border-color css
<style>
span { border-color: #18CFED; }
span { border-color: rgb(24,207,237); }
td.TdClassName
{
border-color: #18CFED;
}
.TagClassName
{
border-color: #18CFED;
}
</style>