Shades of Deep Sky Blue #18BFEB
Tints of Deep Sky Blue #18BFEB
RGB
CMYK
RGB Variations
Color information
#18BFEB (or 0x18BFEB) is known color: Deep Sky Blue. HEX triplet: 18, BF and EB. RGB value is (24,191,235). Sum of RGB (Red+Green+Blue) = 24+191+235=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #18BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BFEB is #E74014. Grayscale: #919191. Windows color (decimal): -15155221 or 15449880. OLE color: 15449880.
HSL color Cylindrical-coordinate representation of color #18BFEB: hue angle of 192.51º degrees, saturation: 0.84, 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 #18BFEB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 191 | 235 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.08 |
| HSL | 192.51º | 0.84% | 0.51% | - |
| HSV(B) | 192.51º | 0.9% | 0.92% | - |
| XYZ | 34 | 43.45 | 85.19 | - |
| YUV | 146.08 | 178.17 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 235 | 0.90 | 0.19 | 0 | 0.08 | 192.51 | 0.84 | 0.51 |
| Hex | 18 | BF | EB | 5A | 13 | 0 | 8 | C1 | 54 | 33 |
| Octal | 30 | 277 | 353 | 132 | 23 | 0 | 10 | 301 | 124 | 63 |
| Binary | 11000 | 10111111 | 11101011 | 1011010 | 10011 | 0 | 1000 | 11000001 | 1010100 | 110011 |
Color Harmonies of #18BFEB
Complementary color
Monochromatic Colors of #18BFEB
Black with #18BFEB
Text Example
Text Example
White with #18BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFEB; }
p { color: rgb(24,191,235); }
H1.HeaderClassName
{
color: #18BFEB;
}
.AnyTagClassName
{
color: #18BFEB;
}
</style>
background-color css
<style>
a { background-color: #18BFEB; }
a { background-color: rgb(24,191,235); }
div.DivClassName
{
background-color: #18BFEB;
}
.BgClassName
{
background-color: #18BFEB;
}
</style>
border-color css
<style>
span { border-color: #18BFEB; }
span { border-color: rgb(24,191,235); }
td.TdClassName
{
border-color: #18BFEB;
}
.TagClassName
{
border-color: #18BFEB;
}
</style>