Shades of Deep Sky Blue #18BEEC
Tints of Deep Sky Blue #18BEEC
RGB
CMYK
RGB Variations
Color information
#18BEEC (or 0x18BEEC) is known color: Deep Sky Blue. HEX triplet: 18, BE and EC. RGB value is (24,190,236). Sum of RGB (Red+Green+Blue) = 24+190+236=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #18BEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEEC is #E74113. Grayscale: #919191. Windows color (decimal): -15155476 or 15515160. OLE color: 15515160.
HSL color Cylindrical-coordinate representation of color #18BEEC: hue angle of 193.02º degrees, saturation: 0.85, 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 #18BEEC is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 190 | 236 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.07 |
| HSL | 193.02º | 0.85% | 0.51% | - |
| HSV(B) | 193.02º | 0.9% | 0.93% | - |
| XYZ | 33.93 | 43.08 | 85.88 | - |
| YUV | 145.61 | 179 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 236 | 0.90 | 0.19 | 0 | 0.07 | 193.02 | 0.85 | 0.51 |
| Hex | 18 | BE | EC | 5A | 13 | 0 | 7 | C1 | 55 | 33 |
| Octal | 30 | 276 | 354 | 132 | 23 | 0 | 7 | 301 | 125 | 63 |
| Binary | 11000 | 10111110 | 11101100 | 1011010 | 10011 | 0 | 111 | 11000001 | 1010101 | 110011 |
Color Harmonies of #18BEEC
Complementary color
Monochromatic Colors of #18BEEC
Black with #18BEEC
Text Example
Text Example
White with #18BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEEC; }
p { color: rgb(24,190,236); }
H1.HeaderClassName
{
color: #18BEEC;
}
.AnyTagClassName
{
color: #18BEEC;
}
</style>
background-color css
<style>
a { background-color: #18BEEC; }
a { background-color: rgb(24,190,236); }
div.DivClassName
{
background-color: #18BEEC;
}
.BgClassName
{
background-color: #18BEEC;
}
</style>
border-color css
<style>
span { border-color: #18BEEC; }
span { border-color: rgb(24,190,236); }
td.TdClassName
{
border-color: #18BEEC;
}
.TagClassName
{
border-color: #18BEEC;
}
</style>