Shades of Deep Sky Blue #12ADF0
Tints of Deep Sky Blue #12ADF0
RGB
CMYK
RGB Variations
Color information
#12ADF0 (or 0x12ADF0) is known color: Deep Sky Blue. HEX triplet: 12, AD and F0. RGB value is (18,173,240). Sum of RGB (Red+Green+Blue) = 18+173+240=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #12ADF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADF0 is #ED520F. Grayscale: #858585. Windows color (decimal): -15553040 or 15772946. OLE color: 15772946.
HSL color Cylindrical-coordinate representation of color #12ADF0: hue angle of 198.11º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ADF0 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 173 | 240 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.06 |
| HSL | 198.11º | 0.88% | 0.51% | - |
| HSV(B) | 198.11º | 0.93% | 0.94% | - |
| XYZ | 30.92 | 36.31 | 87.82 | - |
| YUV | 134.29 | 187.65 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 240 | 0.92 | 0.28 | 0 | 0.06 | 198.11 | 0.88 | 0.51 |
| Hex | 12 | AD | F0 | 5C | 1C | 0 | 6 | C6 | 58 | 33 |
| Octal | 22 | 255 | 360 | 134 | 34 | 0 | 6 | 306 | 130 | 63 |
| Binary | 10010 | 10101101 | 11110000 | 1011100 | 11100 | 0 | 110 | 11000110 | 1011000 | 110011 |
Color Harmonies of #12ADF0
Complementary color
Monochromatic Colors of #12ADF0
Black with #12ADF0
Text Example
Text Example
White with #12ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADF0; }
p { color: rgb(18,173,240); }
H1.HeaderClassName
{
color: #12ADF0;
}
.AnyTagClassName
{
color: #12ADF0;
}
</style>
background-color css
<style>
a { background-color: #12ADF0; }
a { background-color: rgb(18,173,240); }
div.DivClassName
{
background-color: #12ADF0;
}
.BgClassName
{
background-color: #12ADF0;
}
</style>
border-color css
<style>
span { border-color: #12ADF0; }
span { border-color: rgb(18,173,240); }
td.TdClassName
{
border-color: #12ADF0;
}
.TagClassName
{
border-color: #12ADF0;
}
</style>