Shades of Deep Sky Blue #12AFF2
Tints of Deep Sky Blue #12AFF2
RGB
CMYK
RGB Variations
Color information
#12AFF2 (or 0x12AFF2) is known color: Deep Sky Blue. HEX triplet: 12, AF and F2. RGB value is (18,175,242). Sum of RGB (Red+Green+Blue) = 18+175+242=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #12AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AFF2 is #ED500D. Grayscale: #878787. Windows color (decimal): -15552526 or 15904530. OLE color: 15904530.
HSL color Cylindrical-coordinate representation of color #12AFF2: hue angle of 197.95º 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 #12AFF2 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 175 | 242 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.05 |
| HSL | 197.95º | 0.9% | 0.51% | - |
| HSV(B) | 197.95º | 0.93% | 0.95% | - |
| XYZ | 31.61 | 37.2 | 89.52 | - |
| YUV | 135.7 | 187.99 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 242 | 0.93 | 0.28 | 0 | 0.05 | 197.95 | 0.9 | 0.51 |
| Hex | 12 | AF | F2 | 5D | 1C | 0 | 5 | C6 | 5A | 33 |
| Octal | 22 | 257 | 362 | 135 | 34 | 0 | 5 | 306 | 132 | 63 |
| Binary | 10010 | 10101111 | 11110010 | 1011101 | 11100 | 0 | 101 | 11000110 | 1011010 | 110011 |
Color Harmonies of #12AFF2
Complementary color
Monochromatic Colors of #12AFF2
Black with #12AFF2
Text Example
Text Example
White with #12AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFF2; }
p { color: rgb(18,175,242); }
H1.HeaderClassName
{
color: #12AFF2;
}
.AnyTagClassName
{
color: #12AFF2;
}
</style>
background-color css
<style>
a { background-color: #12AFF2; }
a { background-color: rgb(18,175,242); }
div.DivClassName
{
background-color: #12AFF2;
}
.BgClassName
{
background-color: #12AFF2;
}
</style>
border-color css
<style>
span { border-color: #12AFF2; }
span { border-color: rgb(18,175,242); }
td.TdClassName
{
border-color: #12AFF2;
}
.TagClassName
{
border-color: #12AFF2;
}
</style>