Shades of Deep Sky Blue #18BFEC
Tints of Deep Sky Blue #18BFEC
RGB
CMYK
RGB Variations
Color information
#18BFEC (or 0x18BFEC) is known color: Deep Sky Blue. HEX triplet: 18, BF and EC. RGB value is (24,191,236). Sum of RGB (Red+Green+Blue) = 24+191+236=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #18BFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BFEC is #E74013. Grayscale: #919191. Windows color (decimal): -15155220 or 15515416. OLE color: 15515416.
HSL color Cylindrical-coordinate representation of color #18BFEC: hue angle of 192.74º degrees, saturation: 0.85, 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 #18BFEC is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 191 | 236 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.07 |
| HSL | 192.74º | 0.85% | 0.51% | - |
| HSV(B) | 192.74º | 0.9% | 0.93% | - |
| XYZ | 34.15 | 43.51 | 85.96 | - |
| YUV | 146.2 | 178.67 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 236 | 0.90 | 0.19 | 0 | 0.07 | 192.74 | 0.85 | 0.51 |
| Hex | 18 | BF | EC | 5A | 13 | 0 | 7 | C1 | 55 | 33 |
| Octal | 30 | 277 | 354 | 132 | 23 | 0 | 7 | 301 | 125 | 63 |
| Binary | 11000 | 10111111 | 11101100 | 1011010 | 10011 | 0 | 111 | 11000001 | 1010101 | 110011 |
Color Harmonies of #18BFEC
Complementary color
Monochromatic Colors of #18BFEC
Black with #18BFEC
Text Example
Text Example
White with #18BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFEC; }
p { color: rgb(24,191,236); }
H1.HeaderClassName
{
color: #18BFEC;
}
.AnyTagClassName
{
color: #18BFEC;
}
</style>
background-color css
<style>
a { background-color: #18BFEC; }
a { background-color: rgb(24,191,236); }
div.DivClassName
{
background-color: #18BFEC;
}
.BgClassName
{
background-color: #18BFEC;
}
</style>
border-color css
<style>
span { border-color: #18BFEC; }
span { border-color: rgb(24,191,236); }
td.TdClassName
{
border-color: #18BFEC;
}
.TagClassName
{
border-color: #18BFEC;
}
</style>