Shades of Deep Sky Blue #12AAF8
Tints of Deep Sky Blue #12AAF8
RGB
CMYK
RGB Variations
Color information
#12AAF8 (or 0x12AAF8) is known color: Deep Sky Blue. HEX triplet: 12, AA and F8. RGB value is (18,170,248). Sum of RGB (Red+Green+Blue) = 18+170+248=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #12AAF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAF8 is #ED5507. Grayscale: #848484. Windows color (decimal): -15553800 or 16296466. OLE color: 16296466.
HSL color Cylindrical-coordinate representation of color #12AAF8: hue angle of 200.35º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAF8 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 170 | 248 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.03 |
| HSL | 200.35º | 0.94% | 0.52% | - |
| HSV(B) | 200.35º | 0.93% | 0.97% | - |
| XYZ | 31.57 | 35.66 | 94.03 | - |
| YUV | 133.44 | 192.64 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 248 | 0.93 | 0.31 | 0 | 0.03 | 200.35 | 0.94 | 0.52 |
| Hex | 12 | AA | F8 | 5D | 1F | 0 | 3 | C8 | 5E | 34 |
| Octal | 22 | 252 | 370 | 135 | 37 | 0 | 3 | 310 | 136 | 64 |
| Binary | 10010 | 10101010 | 11111000 | 1011101 | 11111 | 0 | 11 | 11001000 | 1011110 | 110100 |
Color Harmonies of #12AAF8
Complementary color
Monochromatic Colors of #12AAF8
Black with #12AAF8
Text Example
Text Example
White with #12AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AAF8; }
p { color: rgb(18,170,248); }
H1.HeaderClassName
{
color: #12AAF8;
}
.AnyTagClassName
{
color: #12AAF8;
}
</style>
background-color css
<style>
a { background-color: #12AAF8; }
a { background-color: rgb(18,170,248); }
div.DivClassName
{
background-color: #12AAF8;
}
.BgClassName
{
background-color: #12AAF8;
}
</style>
border-color css
<style>
span { border-color: #12AAF8; }
span { border-color: rgb(18,170,248); }
td.TdClassName
{
border-color: #12AAF8;
}
.TagClassName
{
border-color: #12AAF8;
}
</style>