Shades of Deep Sky Blue #12BAF1
Tints of Deep Sky Blue #12BAF1
RGB
CMYK
RGB Variations
Color information
#12BAF1 (or 0x12BAF1) is known color: Deep Sky Blue. HEX triplet: 12, BA and F1. RGB value is (18,186,241). Sum of RGB (Red+Green+Blue) = 18+186+241=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #12BAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BAF1 is #ED450E. Grayscale: #8D8D8D. Windows color (decimal): -15549711 or 15841810. OLE color: 15841810.
HSL color Cylindrical-coordinate representation of color #12BAF1: hue angle of 194.8º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BAF1 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 186 | 241 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.05 |
| HSL | 194.8º | 0.89% | 0.51% | - |
| HSV(B) | 194.8º | 0.93% | 0.95% | - |
| XYZ | 33.69 | 41.6 | 89.47 | - |
| YUV | 142.04 | 183.84 | 39.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 241 | 0.93 | 0.23 | 0 | 0.05 | 194.8 | 0.89 | 0.51 |
| Hex | 12 | BA | F1 | 5D | 17 | 0 | 5 | C3 | 59 | 33 |
| Octal | 22 | 272 | 361 | 135 | 27 | 0 | 5 | 303 | 131 | 63 |
| Binary | 10010 | 10111010 | 11110001 | 1011101 | 10111 | 0 | 101 | 11000011 | 1011001 | 110011 |
Color Harmonies of #12BAF1
Complementary color
Monochromatic Colors of #12BAF1
Black with #12BAF1
Text Example
Text Example
White with #12BAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BAF1; }
p { color: rgb(18,186,241); }
H1.HeaderClassName
{
color: #12BAF1;
}
.AnyTagClassName
{
color: #12BAF1;
}
</style>
background-color css
<style>
a { background-color: #12BAF1; }
a { background-color: rgb(18,186,241); }
div.DivClassName
{
background-color: #12BAF1;
}
.BgClassName
{
background-color: #12BAF1;
}
</style>
border-color css
<style>
span { border-color: #12BAF1; }
span { border-color: rgb(18,186,241); }
td.TdClassName
{
border-color: #12BAF1;
}
.TagClassName
{
border-color: #12BAF1;
}
</style>