Shades of Deep Sky Blue #18BEE6
Tints of Deep Sky Blue #18BEE6
RGB
CMYK
RGB Variations
Color information
#18BEE6 (or 0x18BEE6) is known color: Deep Sky Blue. HEX triplet: 18, BE and E6. RGB value is (24,190,230). Sum of RGB (Red+Green+Blue) = 24+190+230=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #18BEE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEE6 is #E74119. Grayscale: #909090. Windows color (decimal): -15155482 or 15121944. OLE color: 15121944.
HSL color Cylindrical-coordinate representation of color #18BEE6: hue angle of 191.65º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BEE6 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 190 | 230 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.10 |
| HSL | 191.65º | 0.81% | 0.5% | - |
| HSV(B) | 191.65º | 0.9% | 0.9% | - |
| XYZ | 33.07 | 42.73 | 81.37 | - |
| YUV | 144.93 | 176 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 230 | 0.90 | 0.17 | 0 | 0.10 | 191.65 | 0.81 | 0.5 |
| Hex | 18 | BE | E6 | 5A | 11 | 0 | A | C0 | 51 | 32 |
| Octal | 30 | 276 | 346 | 132 | 21 | 0 | 12 | 300 | 121 | 62 |
| Binary | 11000 | 10111110 | 11100110 | 1011010 | 10001 | 0 | 1010 | 11000000 | 1010001 | 110010 |
Color Harmonies of #18BEE6
Complementary color
Monochromatic Colors of #18BEE6
Black with #18BEE6
Text Example
Text Example
White with #18BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEE6; }
p { color: rgb(24,190,230); }
H1.HeaderClassName
{
color: #18BEE6;
}
.AnyTagClassName
{
color: #18BEE6;
}
</style>
background-color css
<style>
a { background-color: #18BEE6; }
a { background-color: rgb(24,190,230); }
div.DivClassName
{
background-color: #18BEE6;
}
.BgClassName
{
background-color: #18BEE6;
}
</style>
border-color css
<style>
span { border-color: #18BEE6; }
span { border-color: rgb(24,190,230); }
td.TdClassName
{
border-color: #18BEE6;
}
.TagClassName
{
border-color: #18BEE6;
}
</style>