Shades of Deep Sky Blue #18BBE6
Tints of Deep Sky Blue #18BBE6
RGB
CMYK
RGB Variations
Color information
#18BBE6 (or 0x18BBE6) is known color: Deep Sky Blue. HEX triplet: 18, BB and E6. RGB value is (24,187,230). Sum of RGB (Red+Green+Blue) = 24+187+230=441 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.44% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #18BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBE6 is #E74419. Grayscale: #8E8E8E. Windows color (decimal): -15156250 or 15121176. OLE color: 15121176.
HSL color Cylindrical-coordinate representation of color #18BBE6: hue angle of 192.52º 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 #18BBE6 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 187 | 230 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.10 |
| HSL | 192.52º | 0.81% | 0.5% | - |
| HSV(B) | 192.52º | 0.9% | 0.9% | - |
| XYZ | 32.43 | 41.45 | 81.15 | - |
| YUV | 143.17 | 177 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 230 | 0.90 | 0.19 | 0 | 0.10 | 192.52 | 0.81 | 0.5 |
| Hex | 18 | BB | E6 | 5A | 13 | 0 | A | C1 | 51 | 32 |
| Octal | 30 | 273 | 346 | 132 | 23 | 0 | 12 | 301 | 121 | 62 |
| Binary | 11000 | 10111011 | 11100110 | 1011010 | 10011 | 0 | 1010 | 11000001 | 1010001 | 110010 |
Color Harmonies of #18BBE6
Complementary color
Monochromatic Colors of #18BBE6
Black with #18BBE6
Text Example
Text Example
White with #18BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBE6; }
p { color: rgb(24,187,230); }
H1.HeaderClassName
{
color: #18BBE6;
}
.AnyTagClassName
{
color: #18BBE6;
}
</style>
background-color css
<style>
a { background-color: #18BBE6; }
a { background-color: rgb(24,187,230); }
div.DivClassName
{
background-color: #18BBE6;
}
.BgClassName
{
background-color: #18BBE6;
}
</style>
border-color css
<style>
span { border-color: #18BBE6; }
span { border-color: rgb(24,187,230); }
td.TdClassName
{
border-color: #18BBE6;
}
.TagClassName
{
border-color: #18BBE6;
}
</style>