Shades of Deep Sky Blue #12B0FF
Tints of Deep Sky Blue #12B0FF
RGB
CMYK
RGB Variations
Color information
#12B0FF (or 0x12B0FF) is known color: Deep Sky Blue. HEX triplet: 12, B0 and FF. RGB value is (18,176,255). Sum of RGB (Red+Green+Blue) = 18+176+255=449 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.01% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #12B0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12B0FF is #ED4F00. Grayscale: #898989. Windows color (decimal): -15552257 or 16756754. OLE color: 16756754.
HSL color Cylindrical-coordinate representation of color #12B0FF: hue angle of 200º 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 #12B0FF is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 176 | 255 | - |
| CMYK | 0.93 | 0.31 | 0 | 0 |
| HSL | 200º | 1% | 0.54% | - |
| HSV(B) | 200º | 0.93% | 1% | - |
| XYZ | 33.82 | 38.4 | 100.24 | - |
| YUV | 137.76 | 194.15 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 255 | 0.93 | 0.31 | 0 | 0 | 200 | 1 | 0.54 |
| Hex | 12 | B0 | FF | 5D | 1F | 0 | 0 | C8 | 64 | 36 |
| Octal | 22 | 260 | 377 | 135 | 37 | 0 | 0 | 310 | 144 | 66 |
| Binary | 10010 | 10110000 | 11111111 | 1011101 | 11111 | 0 | 0 | 11001000 | 1100100 | 110110 |
Color Harmonies of #12B0FF
Complementary color
Monochromatic Colors of #12B0FF
Black with #12B0FF
Text Example
Text Example
White with #12B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B0FF; }
p { color: rgb(18,176,255); }
H1.HeaderClassName
{
color: #12B0FF;
}
.AnyTagClassName
{
color: #12B0FF;
}
</style>
background-color css
<style>
a { background-color: #12B0FF; }
a { background-color: rgb(18,176,255); }
div.DivClassName
{
background-color: #12B0FF;
}
.BgClassName
{
background-color: #12B0FF;
}
</style>
border-color css
<style>
span { border-color: #12B0FF; }
span { border-color: rgb(18,176,255); }
td.TdClassName
{
border-color: #12B0FF;
}
.TagClassName
{
border-color: #12B0FF;
}
</style>