Shades of Deep Sky Blue #18B5EA
Tints of Deep Sky Blue #18B5EA
RGB
CMYK
RGB Variations
Color information
#18B5EA (or 0x18B5EA) is known color: Deep Sky Blue. HEX triplet: 18, B5 and EA. RGB value is (24,181,234). Sum of RGB (Red+Green+Blue) = 24+181+234=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #18B5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B5EA is #E74A15. Grayscale: #8B8B8B. Windows color (decimal): -15157782 or 15381784. OLE color: 15381784.
HSL color Cylindrical-coordinate representation of color #18B5EA: hue angle of 195.14º degrees, saturation: 0.83, 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 #18B5EA is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 181 | 234 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.08 |
| HSL | 195.14º | 0.83% | 0.51% | - |
| HSV(B) | 195.14º | 0.9% | 0.92% | - |
| XYZ | 31.75 | 39.18 | 83.73 | - |
| YUV | 140.1 | 180.99 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 234 | 0.90 | 0.23 | 0 | 0.08 | 195.14 | 0.83 | 0.51 |
| Hex | 18 | B5 | EA | 5A | 17 | 0 | 8 | C3 | 53 | 33 |
| Octal | 30 | 265 | 352 | 132 | 27 | 0 | 10 | 303 | 123 | 63 |
| Binary | 11000 | 10110101 | 11101010 | 1011010 | 10111 | 0 | 1000 | 11000011 | 1010011 | 110011 |
Color Harmonies of #18B5EA
Complementary color
Monochromatic Colors of #18B5EA
Black with #18B5EA
Text Example
Text Example
White with #18B5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B5EA; }
p { color: rgb(24,181,234); }
H1.HeaderClassName
{
color: #18B5EA;
}
.AnyTagClassName
{
color: #18B5EA;
}
</style>
background-color css
<style>
a { background-color: #18B5EA; }
a { background-color: rgb(24,181,234); }
div.DivClassName
{
background-color: #18B5EA;
}
.BgClassName
{
background-color: #18B5EA;
}
</style>
border-color css
<style>
span { border-color: #18B5EA; }
span { border-color: rgb(24,181,234); }
td.TdClassName
{
border-color: #18B5EA;
}
.TagClassName
{
border-color: #18B5EA;
}
</style>