Shades of Deep Sky Blue #12C9FD
Tints of Deep Sky Blue #12C9FD
RGB
CMYK
RGB Variations
Color information
#12C9FD (or 0x12C9FD) is known color: Deep Sky Blue. HEX triplet: 12, C9 and FD. RGB value is (18,201,253). Sum of RGB (Red+Green+Blue) = 18+201+253=472 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #12C9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C9FD is #ED3602. Grayscale: #979797. Windows color (decimal): -15545859 or 16632082. OLE color: 16632082.
HSL color Cylindrical-coordinate representation of color #12C9FD: hue angle of 193.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C9FD is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 201 | 253 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.01 |
| HSL | 193.28º | 0.98% | 0.53% | - |
| HSV(B) | 193.28º | 0.93% | 0.99% | - |
| XYZ | 38.87 | 48.99 | 100.34 | - |
| YUV | 152.21 | 184.87 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 253 | 0.93 | 0.21 | 0 | 0.01 | 193.28 | 0.98 | 0.53 |
| Hex | 12 | C9 | FD | 5D | 15 | 0 | 1 | C1 | 62 | 35 |
| Octal | 22 | 311 | 375 | 135 | 25 | 0 | 1 | 301 | 142 | 65 |
| Binary | 10010 | 11001001 | 11111101 | 1011101 | 10101 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #12C9FD
Complementary color
Monochromatic Colors of #12C9FD
Black with #12C9FD
Text Example
Text Example
White with #12C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C9FD; }
p { color: rgb(18,201,253); }
H1.HeaderClassName
{
color: #12C9FD;
}
.AnyTagClassName
{
color: #12C9FD;
}
</style>
background-color css
<style>
a { background-color: #12C9FD; }
a { background-color: rgb(18,201,253); }
div.DivClassName
{
background-color: #12C9FD;
}
.BgClassName
{
background-color: #12C9FD;
}
</style>
border-color css
<style>
span { border-color: #12C9FD; }
span { border-color: rgb(18,201,253); }
td.TdClassName
{
border-color: #12C9FD;
}
.TagClassName
{
border-color: #12C9FD;
}
</style>