Shades of Deep Sky Blue #18BEF8
Tints of Deep Sky Blue #18BEF8
RGB
CMYK
RGB Variations
Color information
#18BEF8 (or 0x18BEF8) is known color: Deep Sky Blue. HEX triplet: 18, BE and F8. RGB value is (24,190,248). Sum of RGB (Red+Green+Blue) = 24+190+248=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #18BEF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEF8 is #E74107. Grayscale: #929292. Windows color (decimal): -15155464 or 16301592. OLE color: 16301592.
HSL color Cylindrical-coordinate representation of color #18BEF8: hue angle of 195.54º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BEF8 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 190 | 248 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.03 |
| HSL | 195.54º | 0.94% | 0.53% | - |
| HSV(B) | 195.54º | 0.9% | 0.97% | - |
| XYZ | 35.73 | 43.8 | 95.38 | - |
| YUV | 146.98 | 185 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 248 | 0.90 | 0.23 | 0 | 0.03 | 195.54 | 0.94 | 0.53 |
| Hex | 18 | BE | F8 | 5A | 17 | 0 | 3 | C4 | 5E | 35 |
| Octal | 30 | 276 | 370 | 132 | 27 | 0 | 3 | 304 | 136 | 65 |
| Binary | 11000 | 10111110 | 11111000 | 1011010 | 10111 | 0 | 11 | 11000100 | 1011110 | 110101 |
Color Harmonies of #18BEF8
Complementary color
Monochromatic Colors of #18BEF8
Black with #18BEF8
Text Example
Text Example
White with #18BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEF8; }
p { color: rgb(24,190,248); }
H1.HeaderClassName
{
color: #18BEF8;
}
.AnyTagClassName
{
color: #18BEF8;
}
</style>
background-color css
<style>
a { background-color: #18BEF8; }
a { background-color: rgb(24,190,248); }
div.DivClassName
{
background-color: #18BEF8;
}
.BgClassName
{
background-color: #18BEF8;
}
</style>
border-color css
<style>
span { border-color: #18BEF8; }
span { border-color: rgb(24,190,248); }
td.TdClassName
{
border-color: #18BEF8;
}
.TagClassName
{
border-color: #18BEF8;
}
</style>