Shades of Deep Sky Blue #12A8F3
Tints of Deep Sky Blue #12A8F3
RGB
CMYK
RGB Variations
Color information
#12A8F3 (or 0x12A8F3) is known color: Deep Sky Blue. HEX triplet: 12, A8 and F3. RGB value is (18,168,243). Sum of RGB (Red+Green+Blue) = 18+168+243=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #12A8F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8F3 is #ED570C. Grayscale: #838383. Windows color (decimal): -15554317 or 15968274. OLE color: 15968274.
HSL color Cylindrical-coordinate representation of color #12A8F3: hue angle of 200º 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 #12A8F3 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 168 | 243 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.05 |
| HSL | 200º | 0.9% | 0.51% | - |
| HSV(B) | 200º | 0.93% | 0.95% | - |
| XYZ | 30.43 | 34.6 | 89.87 | - |
| YUV | 131.7 | 190.81 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 243 | 0.93 | 0.31 | 0 | 0.05 | 200 | 0.9 | 0.51 |
| Hex | 12 | A8 | F3 | 5D | 1F | 0 | 5 | C8 | 5A | 33 |
| Octal | 22 | 250 | 363 | 135 | 37 | 0 | 5 | 310 | 132 | 63 |
| Binary | 10010 | 10101000 | 11110011 | 1011101 | 11111 | 0 | 101 | 11001000 | 1011010 | 110011 |
Color Harmonies of #12A8F3
Complementary color
Monochromatic Colors of #12A8F3
Black with #12A8F3
Text Example
Text Example
White with #12A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8F3; }
p { color: rgb(18,168,243); }
H1.HeaderClassName
{
color: #12A8F3;
}
.AnyTagClassName
{
color: #12A8F3;
}
</style>
background-color css
<style>
a { background-color: #12A8F3; }
a { background-color: rgb(18,168,243); }
div.DivClassName
{
background-color: #12A8F3;
}
.BgClassName
{
background-color: #12A8F3;
}
</style>
border-color css
<style>
span { border-color: #12A8F3; }
span { border-color: rgb(18,168,243); }
td.TdClassName
{
border-color: #12A8F3;
}
.TagClassName
{
border-color: #12A8F3;
}
</style>