Shades of Deep Sky Blue #12B3F6
Tints of Deep Sky Blue #12B3F6
RGB
CMYK
RGB Variations
Color information
#12B3F6 (or 0x12B3F6) is known color: Deep Sky Blue. HEX triplet: 12, B3 and F6. RGB value is (18,179,246). Sum of RGB (Red+Green+Blue) = 18+179+246=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #12B3F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B3F6 is #ED4C09. Grayscale: #8A8A8A. Windows color (decimal): -15551498 or 16167698. OLE color: 16167698.
HSL color Cylindrical-coordinate representation of color #12B3F6: hue angle of 197.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12B3F6 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 179 | 246 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.04 |
| HSL | 197.63º | 0.93% | 0.52% | - |
| HSV(B) | 197.63º | 0.93% | 0.96% | - |
| XYZ | 33 | 39.02 | 92.98 | - |
| YUV | 138.5 | 188.66 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 246 | 0.93 | 0.27 | 0 | 0.04 | 197.63 | 0.93 | 0.52 |
| Hex | 12 | B3 | F6 | 5D | 1B | 0 | 4 | C6 | 5D | 34 |
| Octal | 22 | 263 | 366 | 135 | 33 | 0 | 4 | 306 | 135 | 64 |
| Binary | 10010 | 10110011 | 11110110 | 1011101 | 11011 | 0 | 100 | 11000110 | 1011101 | 110100 |
Color Harmonies of #12B3F6
Complementary color
Monochromatic Colors of #12B3F6
Black with #12B3F6
Text Example
Text Example
White with #12B3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B3F6; }
p { color: rgb(18,179,246); }
H1.HeaderClassName
{
color: #12B3F6;
}
.AnyTagClassName
{
color: #12B3F6;
}
</style>
background-color css
<style>
a { background-color: #12B3F6; }
a { background-color: rgb(18,179,246); }
div.DivClassName
{
background-color: #12B3F6;
}
.BgClassName
{
background-color: #12B3F6;
}
</style>
border-color css
<style>
span { border-color: #12B3F6; }
span { border-color: rgb(18,179,246); }
td.TdClassName
{
border-color: #12B3F6;
}
.TagClassName
{
border-color: #12B3F6;
}
</style>