Shades of Deep Sky Blue #12AFE9
Tints of Deep Sky Blue #12AFE9
RGB
CMYK
RGB Variations
Color information
#12AFE9 (or 0x12AFE9) is known color: Deep Sky Blue. HEX triplet: 12, AF and E9. RGB value is (18,175,233). Sum of RGB (Red+Green+Blue) = 18+175+233=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #12AFE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AFE9 is #ED5016. Grayscale: #868686. Windows color (decimal): -15552535 or 15314706. OLE color: 15314706.
HSL color Cylindrical-coordinate representation of color #12AFE9: hue angle of 196.19º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AFE9 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 175 | 233 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.09 |
| HSL | 196.19º | 0.86% | 0.49% | - |
| HSV(B) | 196.19º | 0.92% | 0.91% | - |
| XYZ | 30.29 | 36.67 | 82.57 | - |
| YUV | 134.67 | 183.49 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 233 | 0.92 | 0.25 | 0 | 0.09 | 196.19 | 0.86 | 0.49 |
| Hex | 12 | AF | E9 | 5C | 19 | 0 | 9 | C4 | 56 | 31 |
| Octal | 22 | 257 | 351 | 134 | 31 | 0 | 11 | 304 | 126 | 61 |
| Binary | 10010 | 10101111 | 11101001 | 1011100 | 11001 | 0 | 1001 | 11000100 | 1010110 | 110001 |
Color Harmonies of #12AFE9
Complementary color
Monochromatic Colors of #12AFE9
Black with #12AFE9
Text Example
Text Example
White with #12AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFE9; }
p { color: rgb(18,175,233); }
H1.HeaderClassName
{
color: #12AFE9;
}
.AnyTagClassName
{
color: #12AFE9;
}
</style>
background-color css
<style>
a { background-color: #12AFE9; }
a { background-color: rgb(18,175,233); }
div.DivClassName
{
background-color: #12AFE9;
}
.BgClassName
{
background-color: #12AFE9;
}
</style>
border-color css
<style>
span { border-color: #12AFE9; }
span { border-color: rgb(18,175,233); }
td.TdClassName
{
border-color: #12AFE9;
}
.TagClassName
{
border-color: #12AFE9;
}
</style>