Shades of Deep Sky Blue #18BAF9
Tints of Deep Sky Blue #18BAF9
RGB
CMYK
RGB Variations
Color information
#18BAF9 (or 0x18BAF9) is known color: Deep Sky Blue. HEX triplet: 18, BA and F9. RGB value is (24,186,249). Sum of RGB (Red+Green+Blue) = 24+186+249=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #18BAF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAF9 is #E74506. Grayscale: #909090. Windows color (decimal): -15156487 or 16366104. OLE color: 16366104.
HSL color Cylindrical-coordinate representation of color #18BAF9: hue angle of 196.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BAF9 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 186 | 249 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.02 |
| HSL | 196.8º | 0.95% | 0.54% | - |
| HSV(B) | 196.8º | 0.9% | 0.98% | - |
| XYZ | 35.03 | 42.15 | 95.91 | - |
| YUV | 144.74 | 186.83 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 249 | 0.90 | 0.25 | 0 | 0.02 | 196.8 | 0.95 | 0.54 |
| Hex | 18 | BA | F9 | 5A | 19 | 0 | 2 | C5 | 5F | 36 |
| Octal | 30 | 272 | 371 | 132 | 31 | 0 | 2 | 305 | 137 | 66 |
| Binary | 11000 | 10111010 | 11111001 | 1011010 | 11001 | 0 | 10 | 11000101 | 1011111 | 110110 |
Color Harmonies of #18BAF9
Complementary color
Monochromatic Colors of #18BAF9
Black with #18BAF9
Text Example
Text Example
White with #18BAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAF9; }
p { color: rgb(24,186,249); }
H1.HeaderClassName
{
color: #18BAF9;
}
.AnyTagClassName
{
color: #18BAF9;
}
</style>
background-color css
<style>
a { background-color: #18BAF9; }
a { background-color: rgb(24,186,249); }
div.DivClassName
{
background-color: #18BAF9;
}
.BgClassName
{
background-color: #18BAF9;
}
</style>
border-color css
<style>
span { border-color: #18BAF9; }
span { border-color: rgb(24,186,249); }
td.TdClassName
{
border-color: #18BAF9;
}
.TagClassName
{
border-color: #18BAF9;
}
</style>