Shades of Deep Sky Blue #18CBEB
Tints of Deep Sky Blue #18CBEB
RGB
CMYK
RGB Variations
Color information
#18CBEB (or 0x18CBEB) is known color: Deep Sky Blue. HEX triplet: 18, CB and EB. RGB value is (24,203,235). Sum of RGB (Red+Green+Blue) = 24+203+235=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #18CBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBEB is #E73414. Grayscale: #989898. Windows color (decimal): -15152149 or 15452952. OLE color: 15452952.
HSL color Cylindrical-coordinate representation of color #18CBEB: hue angle of 189.1º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CBEB is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 203 | 235 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.08 |
| HSL | 189.1º | 0.84% | 0.51% | - |
| HSV(B) | 189.1º | 0.9% | 0.92% | - |
| XYZ | 36.73 | 48.9 | 86.1 | - |
| YUV | 153.13 | 174.2 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 235 | 0.90 | 0.14 | 0 | 0.08 | 189.1 | 0.84 | 0.51 |
| Hex | 18 | CB | EB | 5A | E | 0 | 8 | BD | 54 | 33 |
| Octal | 30 | 313 | 353 | 132 | 16 | 0 | 10 | 275 | 124 | 63 |
| Binary | 11000 | 11001011 | 11101011 | 1011010 | 1110 | 0 | 1000 | 10111101 | 1010100 | 110011 |
Color Harmonies of #18CBEB
Complementary color
Monochromatic Colors of #18CBEB
Black with #18CBEB
Text Example
Text Example
White with #18CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBEB; }
p { color: rgb(24,203,235); }
H1.HeaderClassName
{
color: #18CBEB;
}
.AnyTagClassName
{
color: #18CBEB;
}
</style>
background-color css
<style>
a { background-color: #18CBEB; }
a { background-color: rgb(24,203,235); }
div.DivClassName
{
background-color: #18CBEB;
}
.BgClassName
{
background-color: #18CBEB;
}
</style>
border-color css
<style>
span { border-color: #18CBEB; }
span { border-color: rgb(24,203,235); }
td.TdClassName
{
border-color: #18CBEB;
}
.TagClassName
{
border-color: #18CBEB;
}
</style>