Shades of Deep Sky Blue #18BFEA
Tints of Deep Sky Blue #18BFEA
RGB
CMYK
RGB Variations
Color information
#18BFEA (or 0x18BFEA) is known color: Deep Sky Blue. HEX triplet: 18, BF and EA. RGB value is (24,191,234). Sum of RGB (Red+Green+Blue) = 24+191+234=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #18BFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BFEA is #E74015. Grayscale: #919191. Windows color (decimal): -15155222 or 15384344. OLE color: 15384344.
HSL color Cylindrical-coordinate representation of color #18BFEA: hue angle of 192.29º 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 #18BFEA is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 191 | 234 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.08 |
| HSL | 192.29º | 0.83% | 0.51% | - |
| HSV(B) | 192.29º | 0.9% | 0.92% | - |
| XYZ | 33.86 | 43.4 | 84.43 | - |
| YUV | 145.97 | 177.67 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 234 | 0.90 | 0.18 | 0 | 0.08 | 192.29 | 0.83 | 0.51 |
| Hex | 18 | BF | EA | 5A | 12 | 0 | 8 | C0 | 53 | 33 |
| Octal | 30 | 277 | 352 | 132 | 22 | 0 | 10 | 300 | 123 | 63 |
| Binary | 11000 | 10111111 | 11101010 | 1011010 | 10010 | 0 | 1000 | 11000000 | 1010011 | 110011 |
Color Harmonies of #18BFEA
Complementary color
Monochromatic Colors of #18BFEA
Black with #18BFEA
Text Example
Text Example
White with #18BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFEA; }
p { color: rgb(24,191,234); }
H1.HeaderClassName
{
color: #18BFEA;
}
.AnyTagClassName
{
color: #18BFEA;
}
</style>
background-color css
<style>
a { background-color: #18BFEA; }
a { background-color: rgb(24,191,234); }
div.DivClassName
{
background-color: #18BFEA;
}
.BgClassName
{
background-color: #18BFEA;
}
</style>
border-color css
<style>
span { border-color: #18BFEA; }
span { border-color: rgb(24,191,234); }
td.TdClassName
{
border-color: #18BFEA;
}
.TagClassName
{
border-color: #18BFEA;
}
</style>