Shades of Deep Sky Blue #12ABFF
Tints of Deep Sky Blue #12ABFF
RGB
CMYK
RGB Variations
Color information
#12ABFF (or 0x12ABFF) is known color: Deep Sky Blue. HEX triplet: 12, AB and FF. RGB value is (18,171,255). Sum of RGB (Red+Green+Blue) = 18+171+255=444 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.05% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #12ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ABFF is #ED5400. Grayscale: #868686. Windows color (decimal): -15553537 or 16755474. OLE color: 16755474.
HSL color Cylindrical-coordinate representation of color #12ABFF: hue angle of 201.27º 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 #12ABFF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 171 | 255 | - |
| CMYK | 0.93 | 0.33 | 0 | 0 |
| HSL | 201.27º | 1% | 0.54% | - |
| HSV(B) | 201.27º | 0.93% | 1% | - |
| XYZ | 32.86 | 36.47 | 99.92 | - |
| YUV | 134.83 | 195.81 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 255 | 0.93 | 0.33 | 0 | 0 | 201.27 | 1 | 0.54 |
| Hex | 12 | AB | FF | 5D | 21 | 0 | 0 | C9 | 64 | 36 |
| Octal | 22 | 253 | 377 | 135 | 41 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10010 | 10101011 | 11111111 | 1011101 | 100001 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #12ABFF
Complementary color
Monochromatic Colors of #12ABFF
Black with #12ABFF
Text Example
Text Example
White with #12ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABFF; }
p { color: rgb(18,171,255); }
H1.HeaderClassName
{
color: #12ABFF;
}
.AnyTagClassName
{
color: #12ABFF;
}
</style>
background-color css
<style>
a { background-color: #12ABFF; }
a { background-color: rgb(18,171,255); }
div.DivClassName
{
background-color: #12ABFF;
}
.BgClassName
{
background-color: #12ABFF;
}
</style>
border-color css
<style>
span { border-color: #12ABFF; }
span { border-color: rgb(18,171,255); }
td.TdClassName
{
border-color: #12ABFF;
}
.TagClassName
{
border-color: #12ABFF;
}
</style>