Shades of Deep Sky Blue #18C6EB
Tints of Deep Sky Blue #18C6EB
RGB
CMYK
RGB Variations
Color information
#18C6EB (or 0x18C6EB) is known color: Deep Sky Blue. HEX triplet: 18, C6 and EB. RGB value is (24,198,235). Sum of RGB (Red+Green+Blue) = 24+198+235=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #18C6EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C6EB is #E73914. Grayscale: #959595. Windows color (decimal): -15153429 or 15451672. OLE color: 15451672.
HSL color Cylindrical-coordinate representation of color #18C6EB: hue angle of 190.52º 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 #18C6EB is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 198 | 235 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.08 |
| HSL | 190.52º | 0.84% | 0.51% | - |
| HSV(B) | 190.52º | 0.9% | 0.92% | - |
| XYZ | 35.57 | 46.58 | 85.71 | - |
| YUV | 150.19 | 175.85 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 235 | 0.90 | 0.16 | 0 | 0.08 | 190.52 | 0.84 | 0.51 |
| Hex | 18 | C6 | EB | 5A | 10 | 0 | 8 | BF | 54 | 33 |
| Octal | 30 | 306 | 353 | 132 | 20 | 0 | 10 | 277 | 124 | 63 |
| Binary | 11000 | 11000110 | 11101011 | 1011010 | 10000 | 0 | 1000 | 10111111 | 1010100 | 110011 |
Color Harmonies of #18C6EB
Complementary color
Monochromatic Colors of #18C6EB
Black with #18C6EB
Text Example
Text Example
White with #18C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C6EB; }
p { color: rgb(24,198,235); }
H1.HeaderClassName
{
color: #18C6EB;
}
.AnyTagClassName
{
color: #18C6EB;
}
</style>
background-color css
<style>
a { background-color: #18C6EB; }
a { background-color: rgb(24,198,235); }
div.DivClassName
{
background-color: #18C6EB;
}
.BgClassName
{
background-color: #18C6EB;
}
</style>
border-color css
<style>
span { border-color: #18C6EB; }
span { border-color: rgb(24,198,235); }
td.TdClassName
{
border-color: #18C6EB;
}
.TagClassName
{
border-color: #18C6EB;
}
</style>