Shades of Deep Sky Blue #12C9FF
Tints of Deep Sky Blue #12C9FF
RGB
CMYK
RGB Variations
Color information
#12C9FF (or 0x12C9FF) is known color: Deep Sky Blue. HEX triplet: 12, C9 and FF. RGB value is (18,201,255). Sum of RGB (Red+Green+Blue) = 18+201+255=474 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.80% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #12C9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C9FF is #ED3600. Grayscale: #989898. Windows color (decimal): -15545857 or 16763154. OLE color: 16763154.
HSL color Cylindrical-coordinate representation of color #12C9FF: hue angle of 193.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C9FF is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 201 | 255 | - |
| CMYK | 0.93 | 0.21 | 0 | 0 |
| HSL | 193.67º | 1% | 0.54% | - |
| HSV(B) | 193.67º | 0.93% | 1% | - |
| XYZ | 39.19 | 49.12 | 102.02 | - |
| YUV | 152.44 | 185.87 | 32.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 255 | 0.93 | 0.21 | 0 | 0 | 193.67 | 1 | 0.54 |
| Hex | 12 | C9 | FF | 5D | 15 | 0 | 0 | C2 | 64 | 36 |
| Octal | 22 | 311 | 377 | 135 | 25 | 0 | 0 | 302 | 144 | 66 |
| Binary | 10010 | 11001001 | 11111111 | 1011101 | 10101 | 0 | 0 | 11000010 | 1100100 | 110110 |
Color Harmonies of #12C9FF
Complementary color
Monochromatic Colors of #12C9FF
Black with #12C9FF
Text Example
Text Example
White with #12C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C9FF; }
p { color: rgb(18,201,255); }
H1.HeaderClassName
{
color: #12C9FF;
}
.AnyTagClassName
{
color: #12C9FF;
}
</style>
background-color css
<style>
a { background-color: #12C9FF; }
a { background-color: rgb(18,201,255); }
div.DivClassName
{
background-color: #12C9FF;
}
.BgClassName
{
background-color: #12C9FF;
}
</style>
border-color css
<style>
span { border-color: #12C9FF; }
span { border-color: rgb(18,201,255); }
td.TdClassName
{
border-color: #12C9FF;
}
.TagClassName
{
border-color: #12C9FF;
}
</style>