Shades of Deep Sky Blue #12D1F5
Tints of Deep Sky Blue #12D1F5
RGB
CMYK
RGB Variations
Color information
#12D1F5 (or 0x12D1F5) is known color: Deep Sky Blue. HEX triplet: 12, D1 and F5. RGB value is (18,209,245). Sum of RGB (Red+Green+Blue) = 18+209+245=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #12D1F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D1F5 is #ED2E0A. Grayscale: #9B9B9B. Windows color (decimal): -15543819 or 16109842. OLE color: 16109842.
HSL color Cylindrical-coordinate representation of color #12D1F5: hue angle of 189.52º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12D1F5 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 209 | 245 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.04 |
| HSL | 189.52º | 0.92% | 0.52% | - |
| HSV(B) | 189.52º | 0.93% | 0.96% | - |
| XYZ | 39.53 | 52.32 | 94.4 | - |
| YUV | 156 | 178.22 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 245 | 0.93 | 0.15 | 0 | 0.04 | 189.52 | 0.92 | 0.52 |
| Hex | 12 | D1 | F5 | 5D | F | 0 | 4 | BE | 5C | 34 |
| Octal | 22 | 321 | 365 | 135 | 17 | 0 | 4 | 276 | 134 | 64 |
| Binary | 10010 | 11010001 | 11110101 | 1011101 | 1111 | 0 | 100 | 10111110 | 1011100 | 110100 |
Color Harmonies of #12D1F5
Complementary color
Monochromatic Colors of #12D1F5
Black with #12D1F5
Text Example
Text Example
White with #12D1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D1F5; }
p { color: rgb(18,209,245); }
H1.HeaderClassName
{
color: #12D1F5;
}
.AnyTagClassName
{
color: #12D1F5;
}
</style>
background-color css
<style>
a { background-color: #12D1F5; }
a { background-color: rgb(18,209,245); }
div.DivClassName
{
background-color: #12D1F5;
}
.BgClassName
{
background-color: #12D1F5;
}
</style>
border-color css
<style>
span { border-color: #12D1F5; }
span { border-color: rgb(18,209,245); }
td.TdClassName
{
border-color: #12D1F5;
}
.TagClassName
{
border-color: #12D1F5;
}
</style>