Shades of Deep Sky Blue #18BAFC
Tints of Deep Sky Blue #18BAFC
RGB
CMYK
RGB Variations
Color information
#18BAFC (or 0x18BAFC) is known color: Deep Sky Blue. HEX triplet: 18, BA and FC. RGB value is (24,186,252). Sum of RGB (Red+Green+Blue) = 24+186+252=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #18BAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAFC is #E74503. Grayscale: #909090. Windows color (decimal): -15156484 or 16562712. OLE color: 16562712.
HSL color Cylindrical-coordinate representation of color #18BAFC: hue angle of 197.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BAFC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 186 | 252 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.01 |
| HSL | 197.37º | 0.97% | 0.54% | - |
| HSV(B) | 197.37º | 0.9% | 0.99% | - |
| XYZ | 35.51 | 42.34 | 98.4 | - |
| YUV | 145.09 | 188.33 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 252 | 0.90 | 0.26 | 0 | 0.01 | 197.37 | 0.97 | 0.54 |
| Hex | 18 | BA | FC | 5A | 1A | 0 | 1 | C5 | 61 | 36 |
| Octal | 30 | 272 | 374 | 132 | 32 | 0 | 1 | 305 | 141 | 66 |
| Binary | 11000 | 10111010 | 11111100 | 1011010 | 11010 | 0 | 1 | 11000101 | 1100001 | 110110 |
Color Harmonies of #18BAFC
Complementary color
Monochromatic Colors of #18BAFC
Black with #18BAFC
Text Example
Text Example
White with #18BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAFC; }
p { color: rgb(24,186,252); }
H1.HeaderClassName
{
color: #18BAFC;
}
.AnyTagClassName
{
color: #18BAFC;
}
</style>
background-color css
<style>
a { background-color: #18BAFC; }
a { background-color: rgb(24,186,252); }
div.DivClassName
{
background-color: #18BAFC;
}
.BgClassName
{
background-color: #18BAFC;
}
</style>
border-color css
<style>
span { border-color: #18BAFC; }
span { border-color: rgb(24,186,252); }
td.TdClassName
{
border-color: #18BAFC;
}
.TagClassName
{
border-color: #18BAFC;
}
</style>