Shades of Deep Sky Blue #18BAF8
Tints of Deep Sky Blue #18BAF8
RGB
CMYK
RGB Variations
Color information
#18BAF8 (or 0x18BAF8) is known color: Deep Sky Blue. HEX triplet: 18, BA and F8. RGB value is (24,186,248). Sum of RGB (Red+Green+Blue) = 24+186+248=458 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.24% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #18BAF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAF8 is #E74507. Grayscale: #909090. Windows color (decimal): -15156488 or 16300568. OLE color: 16300568.
HSL color Cylindrical-coordinate representation of color #18BAF8: hue angle of 196.61º 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 #18BAF8 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 186 | 248 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.03 |
| HSL | 196.61º | 0.94% | 0.53% | - |
| HSV(B) | 196.61º | 0.9% | 0.97% | - |
| XYZ | 34.88 | 42.09 | 95.09 | - |
| YUV | 144.63 | 186.33 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 248 | 0.90 | 0.25 | 0 | 0.03 | 196.61 | 0.94 | 0.53 |
| Hex | 18 | BA | F8 | 5A | 19 | 0 | 3 | C5 | 5E | 35 |
| Octal | 30 | 272 | 370 | 132 | 31 | 0 | 3 | 305 | 136 | 65 |
| Binary | 11000 | 10111010 | 11111000 | 1011010 | 11001 | 0 | 11 | 11000101 | 1011110 | 110101 |
Color Harmonies of #18BAF8
Complementary color
Monochromatic Colors of #18BAF8
Black with #18BAF8
Text Example
Text Example
White with #18BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAF8; }
p { color: rgb(24,186,248); }
H1.HeaderClassName
{
color: #18BAF8;
}
.AnyTagClassName
{
color: #18BAF8;
}
</style>
background-color css
<style>
a { background-color: #18BAF8; }
a { background-color: rgb(24,186,248); }
div.DivClassName
{
background-color: #18BAF8;
}
.BgClassName
{
background-color: #18BAF8;
}
</style>
border-color css
<style>
span { border-color: #18BAF8; }
span { border-color: rgb(24,186,248); }
td.TdClassName
{
border-color: #18BAF8;
}
.TagClassName
{
border-color: #18BAF8;
}
</style>