Shades of Deep Sky Blue #12B5F0
Tints of Deep Sky Blue #12B5F0
RGB
CMYK
RGB Variations
Color information
#12B5F0 (or 0x12B5F0) is known color: Deep Sky Blue. HEX triplet: 12, B5 and F0. RGB value is (18,181,240). Sum of RGB (Red+Green+Blue) = 18+181+240=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #12B5F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B5F0 is #ED4A0F. Grayscale: #8A8A8A. Windows color (decimal): -15550992 or 15774994. OLE color: 15774994.
HSL color Cylindrical-coordinate representation of color #12B5F0: hue angle of 195.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12B5F0 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 181 | 240 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.06 |
| HSL | 195.95º | 0.88% | 0.51% | - |
| HSV(B) | 195.95º | 0.93% | 0.94% | - |
| XYZ | 32.5 | 39.47 | 88.34 | - |
| YUV | 138.99 | 185 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 240 | 0.92 | 0.25 | 0 | 0.06 | 195.95 | 0.88 | 0.51 |
| Hex | 12 | B5 | F0 | 5C | 19 | 0 | 6 | C4 | 58 | 33 |
| Octal | 22 | 265 | 360 | 134 | 31 | 0 | 6 | 304 | 130 | 63 |
| Binary | 10010 | 10110101 | 11110000 | 1011100 | 11001 | 0 | 110 | 11000100 | 1011000 | 110011 |
Color Harmonies of #12B5F0
Complementary color
Monochromatic Colors of #12B5F0
Black with #12B5F0
Text Example
Text Example
White with #12B5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B5F0; }
p { color: rgb(18,181,240); }
H1.HeaderClassName
{
color: #12B5F0;
}
.AnyTagClassName
{
color: #12B5F0;
}
</style>
background-color css
<style>
a { background-color: #12B5F0; }
a { background-color: rgb(18,181,240); }
div.DivClassName
{
background-color: #12B5F0;
}
.BgClassName
{
background-color: #12B5F0;
}
</style>
border-color css
<style>
span { border-color: #12B5F0; }
span { border-color: rgb(18,181,240); }
td.TdClassName
{
border-color: #12B5F0;
}
.TagClassName
{
border-color: #12B5F0;
}
</style>