Shades of Deep Sky Blue #12D0FB
Tints of Deep Sky Blue #12D0FB
RGB
CMYK
RGB Variations
Color information
#12D0FB (or 0x12D0FB) is known color: Deep Sky Blue. HEX triplet: 12, D0 and FB. RGB value is (18,208,251). Sum of RGB (Red+Green+Blue) = 18+208+251=477 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #12D0FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D0FB is #ED2F04. Grayscale: #9B9B9B. Windows color (decimal): -15544069 or 16502802. OLE color: 16502802.
HSL color Cylindrical-coordinate representation of color #12D0FB: hue angle of 191.07º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12D0FB is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 208 | 251 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.02 |
| HSL | 191.07º | 0.97% | 0.53% | - |
| HSV(B) | 191.07º | 0.93% | 0.98% | - |
| XYZ | 40.22 | 52.21 | 99.22 | - |
| YUV | 156.09 | 181.55 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 251 | 0.93 | 0.17 | 0 | 0.02 | 191.07 | 0.97 | 0.53 |
| Hex | 12 | D0 | FB | 5D | 11 | 0 | 2 | BF | 61 | 35 |
| Octal | 22 | 320 | 373 | 135 | 21 | 0 | 2 | 277 | 141 | 65 |
| Binary | 10010 | 11010000 | 11111011 | 1011101 | 10001 | 0 | 10 | 10111111 | 1100001 | 110101 |
Color Harmonies of #12D0FB
Complementary color
Monochromatic Colors of #12D0FB
Black with #12D0FB
Text Example
Text Example
White with #12D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D0FB; }
p { color: rgb(18,208,251); }
H1.HeaderClassName
{
color: #12D0FB;
}
.AnyTagClassName
{
color: #12D0FB;
}
</style>
background-color css
<style>
a { background-color: #12D0FB; }
a { background-color: rgb(18,208,251); }
div.DivClassName
{
background-color: #12D0FB;
}
.BgClassName
{
background-color: #12D0FB;
}
</style>
border-color css
<style>
span { border-color: #12D0FB; }
span { border-color: rgb(18,208,251); }
td.TdClassName
{
border-color: #12D0FB;
}
.TagClassName
{
border-color: #12D0FB;
}
</style>