Shades of Deep Sky Blue #12CDF9
Tints of Deep Sky Blue #12CDF9
RGB
CMYK
RGB Variations
Color information
#12CDF9 (or 0x12CDF9) is known color: Deep Sky Blue. HEX triplet: 12, CD and F9. RGB value is (18,205,249). Sum of RGB (Red+Green+Blue) = 18+205+249=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #12CDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CDF9 is #ED3206. Grayscale: #999999. Windows color (decimal): -15544839 or 16370962. OLE color: 16370962.
HSL color Cylindrical-coordinate representation of color #12CDF9: hue angle of 191.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CDF9 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 205 | 249 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.02 |
| HSL | 191.43º | 0.95% | 0.52% | - |
| HSV(B) | 191.43º | 0.93% | 0.98% | - |
| XYZ | 39.18 | 50.63 | 97.33 | - |
| YUV | 154.1 | 181.55 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 205 | 249 | 0.93 | 0.18 | 0 | 0.02 | 191.43 | 0.95 | 0.52 |
| Hex | 12 | CD | F9 | 5D | 12 | 0 | 2 | BF | 5F | 34 |
| Octal | 22 | 315 | 371 | 135 | 22 | 0 | 2 | 277 | 137 | 64 |
| Binary | 10010 | 11001101 | 11111001 | 1011101 | 10010 | 0 | 10 | 10111111 | 1011111 | 110100 |
Color Harmonies of #12CDF9
Complementary color
Monochromatic Colors of #12CDF9
Black with #12CDF9
Text Example
Text Example
White with #12CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CDF9; }
p { color: rgb(18,205,249); }
H1.HeaderClassName
{
color: #12CDF9;
}
.AnyTagClassName
{
color: #12CDF9;
}
</style>
background-color css
<style>
a { background-color: #12CDF9; }
a { background-color: rgb(18,205,249); }
div.DivClassName
{
background-color: #12CDF9;
}
.BgClassName
{
background-color: #12CDF9;
}
</style>
border-color css
<style>
span { border-color: #12CDF9; }
span { border-color: rgb(18,205,249); }
td.TdClassName
{
border-color: #12CDF9;
}
.TagClassName
{
border-color: #12CDF9;
}
</style>