Shades of Deep Sky Blue #18BEEA
Tints of Deep Sky Blue #18BEEA
RGB
CMYK
RGB Variations
Color information
#18BEEA (or 0x18BEEA) is known color: Deep Sky Blue. HEX triplet: 18, BE and EA. RGB value is (24,190,234). Sum of RGB (Red+Green+Blue) = 24+190+234=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #18BEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEEA is #E74115. Grayscale: #919191. Windows color (decimal): -15155478 or 15384088. OLE color: 15384088.
HSL color Cylindrical-coordinate representation of color #18BEEA: hue angle of 192.57º 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 #18BEEA is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 190 | 234 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.08 |
| HSL | 192.57º | 0.83% | 0.51% | - |
| HSV(B) | 192.57º | 0.9% | 0.92% | - |
| XYZ | 33.64 | 42.96 | 84.36 | - |
| YUV | 145.38 | 178 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 234 | 0.90 | 0.19 | 0 | 0.08 | 192.57 | 0.83 | 0.51 |
| Hex | 18 | BE | EA | 5A | 13 | 0 | 8 | C1 | 53 | 33 |
| Octal | 30 | 276 | 352 | 132 | 23 | 0 | 10 | 301 | 123 | 63 |
| Binary | 11000 | 10111110 | 11101010 | 1011010 | 10011 | 0 | 1000 | 11000001 | 1010011 | 110011 |
Color Harmonies of #18BEEA
Complementary color
Monochromatic Colors of #18BEEA
Black with #18BEEA
Text Example
Text Example
White with #18BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEEA; }
p { color: rgb(24,190,234); }
H1.HeaderClassName
{
color: #18BEEA;
}
.AnyTagClassName
{
color: #18BEEA;
}
</style>
background-color css
<style>
a { background-color: #18BEEA; }
a { background-color: rgb(24,190,234); }
div.DivClassName
{
background-color: #18BEEA;
}
.BgClassName
{
background-color: #18BEEA;
}
</style>
border-color css
<style>
span { border-color: #18BEEA; }
span { border-color: rgb(24,190,234); }
td.TdClassName
{
border-color: #18BEEA;
}
.TagClassName
{
border-color: #18BEEA;
}
</style>