Shades of Deep Sky Blue #12ADFF
Tints of Deep Sky Blue #12ADFF
RGB
CMYK
RGB Variations
Color information
#12ADFF (or 0x12ADFF) is known color: Deep Sky Blue. HEX triplet: 12, AD and FF. RGB value is (18,173,255). Sum of RGB (Red+Green+Blue) = 18+173+255=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #12ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADFF is #ED5200. Grayscale: #878787. Windows color (decimal): -15553025 or 16755986. OLE color: 16755986.
HSL color Cylindrical-coordinate representation of color #12ADFF: hue angle of 200.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ADFF is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 173 | 255 | - |
| CMYK | 0.93 | 0.32 | 0 | 0 |
| HSL | 200.76º | 1% | 0.54% | - |
| HSV(B) | 200.76º | 0.93% | 1% | - |
| XYZ | 33.24 | 37.24 | 100.04 | - |
| YUV | 136 | 195.15 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 255 | 0.93 | 0.32 | 0 | 0 | 200.76 | 1 | 0.54 |
| Hex | 12 | AD | FF | 5D | 20 | 0 | 0 | C9 | 64 | 36 |
| Octal | 22 | 255 | 377 | 135 | 40 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10010 | 10101101 | 11111111 | 1011101 | 100000 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #12ADFF
Complementary color
Monochromatic Colors of #12ADFF
Black with #12ADFF
Text Example
Text Example
White with #12ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADFF; }
p { color: rgb(18,173,255); }
H1.HeaderClassName
{
color: #12ADFF;
}
.AnyTagClassName
{
color: #12ADFF;
}
</style>
background-color css
<style>
a { background-color: #12ADFF; }
a { background-color: rgb(18,173,255); }
div.DivClassName
{
background-color: #12ADFF;
}
.BgClassName
{
background-color: #12ADFF;
}
</style>
border-color css
<style>
span { border-color: #12ADFF; }
span { border-color: rgb(18,173,255); }
td.TdClassName
{
border-color: #12ADFF;
}
.TagClassName
{
border-color: #12ADFF;
}
</style>