Shades of Deep Sky Blue #12BAF2
Tints of Deep Sky Blue #12BAF2
RGB
CMYK
RGB Variations
Color information
#12BAF2 (or 0x12BAF2) is known color: Deep Sky Blue. HEX triplet: 12, BA and F2. RGB value is (18,186,242). Sum of RGB (Red+Green+Blue) = 18+186+242=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #12BAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BAF2 is #ED450D. Grayscale: #8D8D8D. Windows color (decimal): -15549710 or 15907346. OLE color: 15907346.
HSL color Cylindrical-coordinate representation of color #12BAF2: hue angle of 195º 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 #12BAF2 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 186 | 242 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.05 |
| HSL | 195º | 0.9% | 0.51% | - |
| HSV(B) | 195º | 0.93% | 0.95% | - |
| XYZ | 33.84 | 41.66 | 90.26 | - |
| YUV | 142.15 | 184.34 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 242 | 0.93 | 0.23 | 0 | 0.05 | 195 | 0.9 | 0.51 |
| Hex | 12 | BA | F2 | 5D | 17 | 0 | 5 | C3 | 5A | 33 |
| Octal | 22 | 272 | 362 | 135 | 27 | 0 | 5 | 303 | 132 | 63 |
| Binary | 10010 | 10111010 | 11110010 | 1011101 | 10111 | 0 | 101 | 11000011 | 1011010 | 110011 |
Color Harmonies of #12BAF2
Complementary color
Monochromatic Colors of #12BAF2
Black with #12BAF2
Text Example
Text Example
White with #12BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BAF2; }
p { color: rgb(18,186,242); }
H1.HeaderClassName
{
color: #12BAF2;
}
.AnyTagClassName
{
color: #12BAF2;
}
</style>
background-color css
<style>
a { background-color: #12BAF2; }
a { background-color: rgb(18,186,242); }
div.DivClassName
{
background-color: #12BAF2;
}
.BgClassName
{
background-color: #12BAF2;
}
</style>
border-color css
<style>
span { border-color: #12BAF2; }
span { border-color: rgb(18,186,242); }
td.TdClassName
{
border-color: #12BAF2;
}
.TagClassName
{
border-color: #12BAF2;
}
</style>