Shades of Deep Sky Blue #12B8F1
Tints of Deep Sky Blue #12B8F1
RGB
CMYK
RGB Variations
Color information
#12B8F1 (or 0x12B8F1) is known color: Deep Sky Blue. HEX triplet: 12, B8 and F1. RGB value is (18,184,241). Sum of RGB (Red+Green+Blue) = 18+184+241=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #12B8F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12B8F1 is #ED470E. Grayscale: #8C8C8C. Windows color (decimal): -15550223 or 15841298. OLE color: 15841298.
HSL color Cylindrical-coordinate representation of color #12B8F1: hue angle of 195.34º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12B8F1 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 184 | 241 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.05 |
| HSL | 195.34º | 0.89% | 0.51% | - |
| HSV(B) | 195.34º | 0.93% | 0.95% | - |
| XYZ | 33.27 | 40.76 | 89.33 | - |
| YUV | 140.86 | 184.5 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 241 | 0.93 | 0.24 | 0 | 0.05 | 195.34 | 0.89 | 0.51 |
| Hex | 12 | B8 | F1 | 5D | 18 | 0 | 5 | C3 | 59 | 33 |
| Octal | 22 | 270 | 361 | 135 | 30 | 0 | 5 | 303 | 131 | 63 |
| Binary | 10010 | 10111000 | 11110001 | 1011101 | 11000 | 0 | 101 | 11000011 | 1011001 | 110011 |
Color Harmonies of #12B8F1
Complementary color
Monochromatic Colors of #12B8F1
Black with #12B8F1
Text Example
Text Example
White with #12B8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B8F1; }
p { color: rgb(18,184,241); }
H1.HeaderClassName
{
color: #12B8F1;
}
.AnyTagClassName
{
color: #12B8F1;
}
</style>
background-color css
<style>
a { background-color: #12B8F1; }
a { background-color: rgb(18,184,241); }
div.DivClassName
{
background-color: #12B8F1;
}
.BgClassName
{
background-color: #12B8F1;
}
</style>
border-color css
<style>
span { border-color: #12B8F1; }
span { border-color: rgb(18,184,241); }
td.TdClassName
{
border-color: #12B8F1;
}
.TagClassName
{
border-color: #12B8F1;
}
</style>