Shades of Deep Sky Blue #12D0F1
Tints of Deep Sky Blue #12D0F1
RGB
CMYK
RGB Variations
Color information
#12D0F1 (or 0x12D0F1) is known color: Deep Sky Blue. HEX triplet: 12, D0 and F1. RGB value is (18,208,241). Sum of RGB (Red+Green+Blue) = 18+208+241=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #12D0F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D0F1 is #ED2F0E. Grayscale: #9A9A9A. Windows color (decimal): -15544079 or 15847442. OLE color: 15847442.
HSL color Cylindrical-coordinate representation of color #12D0F1: hue angle of 188.88º degrees, saturation: 0.89, 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 #12D0F1 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 208 | 241 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.05 |
| HSL | 188.88º | 0.89% | 0.51% | - |
| HSV(B) | 188.88º | 0.93% | 0.95% | - |
| XYZ | 38.68 | 51.59 | 91.14 | - |
| YUV | 154.95 | 176.55 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 241 | 0.93 | 0.14 | 0 | 0.05 | 188.88 | 0.89 | 0.51 |
| Hex | 12 | D0 | F1 | 5D | E | 0 | 5 | BD | 59 | 33 |
| Octal | 22 | 320 | 361 | 135 | 16 | 0 | 5 | 275 | 131 | 63 |
| Binary | 10010 | 11010000 | 11110001 | 1011101 | 1110 | 0 | 101 | 10111101 | 1011001 | 110011 |
Color Harmonies of #12D0F1
Complementary color
Monochromatic Colors of #12D0F1
Black with #12D0F1
Text Example
Text Example
White with #12D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0F1; }
p { color: rgb(18,208,241); }
H1.HeaderClassName
{
color: #12D0F1;
}
.AnyTagClassName
{
color: #12D0F1;
}
</style>
background-color css
<style>
a { background-color: #12D0F1; }
a { background-color: rgb(18,208,241); }
div.DivClassName
{
background-color: #12D0F1;
}
.BgClassName
{
background-color: #12D0F1;
}
</style>
border-color css
<style>
span { border-color: #12D0F1; }
span { border-color: rgb(18,208,241); }
td.TdClassName
{
border-color: #12D0F1;
}
.TagClassName
{
border-color: #12D0F1;
}
</style>