Shades of Deep Sky Blue #12C4FB
Tints of Deep Sky Blue #12C4FB
RGB
CMYK
RGB Variations
Color information
#12C4FB (or 0x12C4FB) is known color: Deep Sky Blue. HEX triplet: 12, C4 and FB. RGB value is (18,196,251). Sum of RGB (Red+Green+Blue) = 18+196+251=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #12C4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C4FB is #ED3B04. Grayscale: #949494. Windows color (decimal): -15547141 or 16499730. OLE color: 16499730.
HSL color Cylindrical-coordinate representation of color #12C4FB: hue angle of 194.16º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C4FB is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 196 | 251 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.02 |
| HSL | 194.16º | 0.97% | 0.53% | - |
| HSV(B) | 194.16º | 0.93% | 0.98% | - |
| XYZ | 37.4 | 46.57 | 98.29 | - |
| YUV | 149.05 | 185.53 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 251 | 0.93 | 0.22 | 0 | 0.02 | 194.16 | 0.97 | 0.53 |
| Hex | 12 | C4 | FB | 5D | 16 | 0 | 2 | C2 | 61 | 35 |
| Octal | 22 | 304 | 373 | 135 | 26 | 0 | 2 | 302 | 141 | 65 |
| Binary | 10010 | 11000100 | 11111011 | 1011101 | 10110 | 0 | 10 | 11000010 | 1100001 | 110101 |
Color Harmonies of #12C4FB
Complementary color
Monochromatic Colors of #12C4FB
Black with #12C4FB
Text Example
Text Example
White with #12C4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C4FB; }
p { color: rgb(18,196,251); }
H1.HeaderClassName
{
color: #12C4FB;
}
.AnyTagClassName
{
color: #12C4FB;
}
</style>
background-color css
<style>
a { background-color: #12C4FB; }
a { background-color: rgb(18,196,251); }
div.DivClassName
{
background-color: #12C4FB;
}
.BgClassName
{
background-color: #12C4FB;
}
</style>
border-color css
<style>
span { border-color: #12C4FB; }
span { border-color: rgb(18,196,251); }
td.TdClassName
{
border-color: #12C4FB;
}
.TagClassName
{
border-color: #12C4FB;
}
</style>