Shades of Deep Sky Blue #12B9FF
Tints of Deep Sky Blue #12B9FF
RGB
CMYK
RGB Variations
Color information
#12B9FF (or 0x12B9FF) is known color: Deep Sky Blue. HEX triplet: 12, B9 and FF. RGB value is (18,185,255). Sum of RGB (Red+Green+Blue) = 18+185+255=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #12B9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B9FF is #ED4600. Grayscale: #8E8E8E. Windows color (decimal): -15549953 or 16759058. OLE color: 16759058.
HSL color Cylindrical-coordinate representation of color #12B9FF: hue angle of 197.72º 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 #12B9FF is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 185 | 255 | - |
| CMYK | 0.93 | 0.27 | 0 | 0 |
| HSL | 197.72º | 1% | 0.54% | - |
| HSV(B) | 197.72º | 0.93% | 1% | - |
| XYZ | 35.65 | 42.05 | 100.84 | - |
| YUV | 143.05 | 191.17 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 185 | 255 | 0.93 | 0.27 | 0 | 0 | 197.72 | 1 | 0.54 |
| Hex | 12 | B9 | FF | 5D | 1B | 0 | 0 | C6 | 64 | 36 |
| Octal | 22 | 271 | 377 | 135 | 33 | 0 | 0 | 306 | 144 | 66 |
| Binary | 10010 | 10111001 | 11111111 | 1011101 | 11011 | 0 | 0 | 11000110 | 1100100 | 110110 |
Color Harmonies of #12B9FF
Complementary color
Monochromatic Colors of #12B9FF
Black with #12B9FF
Text Example
Text Example
White with #12B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B9FF; }
p { color: rgb(18,185,255); }
H1.HeaderClassName
{
color: #12B9FF;
}
.AnyTagClassName
{
color: #12B9FF;
}
</style>
background-color css
<style>
a { background-color: #12B9FF; }
a { background-color: rgb(18,185,255); }
div.DivClassName
{
background-color: #12B9FF;
}
.BgClassName
{
background-color: #12B9FF;
}
</style>
border-color css
<style>
span { border-color: #12B9FF; }
span { border-color: rgb(18,185,255); }
td.TdClassName
{
border-color: #12B9FF;
}
.TagClassName
{
border-color: #12B9FF;
}
</style>