Shades of Deep Sky Blue #18BAFD
Tints of Deep Sky Blue #18BAFD
RGB
CMYK
RGB Variations
Color information
#18BAFD (or 0x18BAFD) is known color: Deep Sky Blue. HEX triplet: 18, BA and FD. RGB value is (24,186,253). Sum of RGB (Red+Green+Blue) = 24+186+253=463 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.18% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #18BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAFD is #E74502. Grayscale: #909090. Windows color (decimal): -15156483 or 16628248. OLE color: 16628248.
HSL color Cylindrical-coordinate representation of color #18BAFD: hue angle of 197.55º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BAFD is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 186 | 253 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.01 |
| HSL | 197.55º | 0.98% | 0.54% | - |
| HSV(B) | 197.55º | 0.91% | 0.99% | - |
| XYZ | 35.67 | 42.4 | 99.23 | - |
| YUV | 145.2 | 188.83 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 253 | 0.91 | 0.26 | 0 | 0.01 | 197.55 | 0.98 | 0.54 |
| Hex | 18 | BA | FD | 5B | 1A | 0 | 1 | C6 | 62 | 36 |
| Octal | 30 | 272 | 375 | 133 | 32 | 0 | 1 | 306 | 142 | 66 |
| Binary | 11000 | 10111010 | 11111101 | 1011011 | 11010 | 0 | 1 | 11000110 | 1100010 | 110110 |
Color Harmonies of #18BAFD
Complementary color
Monochromatic Colors of #18BAFD
Black with #18BAFD
Text Example
Text Example
White with #18BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAFD; }
p { color: rgb(24,186,253); }
H1.HeaderClassName
{
color: #18BAFD;
}
.AnyTagClassName
{
color: #18BAFD;
}
</style>
background-color css
<style>
a { background-color: #18BAFD; }
a { background-color: rgb(24,186,253); }
div.DivClassName
{
background-color: #18BAFD;
}
.BgClassName
{
background-color: #18BAFD;
}
</style>
border-color css
<style>
span { border-color: #18BAFD; }
span { border-color: rgb(24,186,253); }
td.TdClassName
{
border-color: #18BAFD;
}
.TagClassName
{
border-color: #18BAFD;
}
</style>