Shades of Deep Sky Blue #12BAF3
Tints of Deep Sky Blue #12BAF3
RGB
CMYK
RGB Variations
Color information
#12BAF3 (or 0x12BAF3) is known color: Deep Sky Blue. HEX triplet: 12, BA and F3. RGB value is (18,186,243). Sum of RGB (Red+Green+Blue) = 18+186+243=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 243 (95.31% from 255 or 54.36% from 447); Max value from RGB is 243 - color contains mainly: blue. Hex color #12BAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BAF3 is #ED450C. Grayscale: #8D8D8D. Windows color (decimal): -15549709 or 15972882. OLE color: 15972882.
HSL color Cylindrical-coordinate representation of color #12BAF3: hue angle of 195.2º degrees, saturation: 0.9, 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 #12BAF3 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 186 | 243 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.05 |
| HSL | 195.2º | 0.9% | 0.51% | - |
| HSV(B) | 195.2º | 0.93% | 0.95% | - |
| XYZ | 33.99 | 41.72 | 91.06 | - |
| YUV | 142.27 | 184.84 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 243 | 0.93 | 0.23 | 0 | 0.05 | 195.2 | 0.9 | 0.51 |
| Hex | 12 | BA | F3 | 5D | 17 | 0 | 5 | C3 | 5A | 33 |
| Octal | 22 | 272 | 363 | 135 | 27 | 0 | 5 | 303 | 132 | 63 |
| Binary | 10010 | 10111010 | 11110011 | 1011101 | 10111 | 0 | 101 | 11000011 | 1011010 | 110011 |
Color Harmonies of #12BAF3
Complementary color
Monochromatic Colors of #12BAF3
Black with #12BAF3
Text Example
Text Example
White with #12BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BAF3; }
p { color: rgb(18,186,243); }
H1.HeaderClassName
{
color: #12BAF3;
}
.AnyTagClassName
{
color: #12BAF3;
}
</style>
background-color css
<style>
a { background-color: #12BAF3; }
a { background-color: rgb(18,186,243); }
div.DivClassName
{
background-color: #12BAF3;
}
.BgClassName
{
background-color: #12BAF3;
}
</style>
border-color css
<style>
span { border-color: #12BAF3; }
span { border-color: rgb(18,186,243); }
td.TdClassName
{
border-color: #12BAF3;
}
.TagClassName
{
border-color: #12BAF3;
}
</style>