Shades of Deep Sky Blue #18B5ED
Tints of Deep Sky Blue #18B5ED
RGB
CMYK
RGB Variations
Color information
#18B5ED (or 0x18B5ED) is known color: Deep Sky Blue. HEX triplet: 18, B5 and ED. RGB value is (24,181,237). Sum of RGB (Red+Green+Blue) = 24+181+237=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #18B5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B5ED is #E74A12. Grayscale: #8C8C8C. Windows color (decimal): -15157779 or 15578392. OLE color: 15578392.
HSL color Cylindrical-coordinate representation of color #18B5ED: hue angle of 195.77º degrees, saturation: 0.86, 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 #18B5ED is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 181 | 237 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.07 |
| HSL | 195.77º | 0.86% | 0.51% | - |
| HSV(B) | 195.77º | 0.9% | 0.93% | - |
| XYZ | 32.19 | 39.36 | 86.02 | - |
| YUV | 140.44 | 182.49 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 237 | 0.90 | 0.24 | 0 | 0.07 | 195.77 | 0.86 | 0.51 |
| Hex | 18 | B5 | ED | 5A | 18 | 0 | 7 | C4 | 56 | 33 |
| Octal | 30 | 265 | 355 | 132 | 30 | 0 | 7 | 304 | 126 | 63 |
| Binary | 11000 | 10110101 | 11101101 | 1011010 | 11000 | 0 | 111 | 11000100 | 1010110 | 110011 |
Color Harmonies of #18B5ED
Complementary color
Monochromatic Colors of #18B5ED
Black with #18B5ED
Text Example
Text Example
White with #18B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B5ED; }
p { color: rgb(24,181,237); }
H1.HeaderClassName
{
color: #18B5ED;
}
.AnyTagClassName
{
color: #18B5ED;
}
</style>
background-color css
<style>
a { background-color: #18B5ED; }
a { background-color: rgb(24,181,237); }
div.DivClassName
{
background-color: #18B5ED;
}
.BgClassName
{
background-color: #18B5ED;
}
</style>
border-color css
<style>
span { border-color: #18B5ED; }
span { border-color: rgb(24,181,237); }
td.TdClassName
{
border-color: #18B5ED;
}
.TagClassName
{
border-color: #18B5ED;
}
</style>