Shades of Deep Sky Blue #12ADF3
Tints of Deep Sky Blue #12ADF3
RGB
CMYK
RGB Variations
Color information
#12ADF3 (or 0x12ADF3) is known color: Deep Sky Blue. HEX triplet: 12, AD and F3. RGB value is (18,173,243). Sum of RGB (Red+Green+Blue) = 18+173+243=434 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.15% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #12ADF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADF3 is #ED520C. Grayscale: #868686. Windows color (decimal): -15553037 or 15969554. OLE color: 15969554.
HSL color Cylindrical-coordinate representation of color #12ADF3: hue angle of 198.67º 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 #12ADF3 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 173 | 243 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.05 |
| HSL | 198.67º | 0.9% | 0.51% | - |
| HSV(B) | 198.67º | 0.93% | 0.95% | - |
| XYZ | 31.37 | 36.49 | 90.18 | - |
| YUV | 134.64 | 189.15 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 243 | 0.93 | 0.29 | 0 | 0.05 | 198.67 | 0.9 | 0.51 |
| Hex | 12 | AD | F3 | 5D | 1D | 0 | 5 | C7 | 5A | 33 |
| Octal | 22 | 255 | 363 | 135 | 35 | 0 | 5 | 307 | 132 | 63 |
| Binary | 10010 | 10101101 | 11110011 | 1011101 | 11101 | 0 | 101 | 11000111 | 1011010 | 110011 |
Color Harmonies of #12ADF3
Complementary color
Monochromatic Colors of #12ADF3
Black with #12ADF3
Text Example
Text Example
White with #12ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADF3; }
p { color: rgb(18,173,243); }
H1.HeaderClassName
{
color: #12ADF3;
}
.AnyTagClassName
{
color: #12ADF3;
}
</style>
background-color css
<style>
a { background-color: #12ADF3; }
a { background-color: rgb(18,173,243); }
div.DivClassName
{
background-color: #12ADF3;
}
.BgClassName
{
background-color: #12ADF3;
}
</style>
border-color css
<style>
span { border-color: #12ADF3; }
span { border-color: rgb(18,173,243); }
td.TdClassName
{
border-color: #12ADF3;
}
.TagClassName
{
border-color: #12ADF3;
}
</style>