Shades of Deep Sky Blue #12BCFC
Tints of Deep Sky Blue #12BCFC
RGB
CMYK
RGB Variations
Color information
#12BCFC (or 0x12BCFC) is known color: Deep Sky Blue. HEX triplet: 12, BC and FC. RGB value is (18,188,252). Sum of RGB (Red+Green+Blue) = 18+188+252=458 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.93% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #12BCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCFC is #ED4303. Grayscale: #909090. Windows color (decimal): -15549188 or 16563218. OLE color: 16563218.
HSL color Cylindrical-coordinate representation of color #12BCFC: hue angle of 196.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BCFC is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 188 | 252 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.01 |
| HSL | 196.41º | 0.98% | 0.53% | - |
| HSV(B) | 196.41º | 0.93% | 0.99% | - |
| XYZ | 35.8 | 43.12 | 98.53 | - |
| YUV | 144.47 | 188.68 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 252 | 0.93 | 0.25 | 0 | 0.01 | 196.41 | 0.98 | 0.53 |
| Hex | 12 | BC | FC | 5D | 19 | 0 | 1 | C4 | 62 | 35 |
| Octal | 22 | 274 | 374 | 135 | 31 | 0 | 1 | 304 | 142 | 65 |
| Binary | 10010 | 10111100 | 11111100 | 1011101 | 11001 | 0 | 1 | 11000100 | 1100010 | 110101 |
Color Harmonies of #12BCFC
Complementary color
Monochromatic Colors of #12BCFC
Black with #12BCFC
Text Example
Text Example
White with #12BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCFC; }
p { color: rgb(18,188,252); }
H1.HeaderClassName
{
color: #12BCFC;
}
.AnyTagClassName
{
color: #12BCFC;
}
</style>
background-color css
<style>
a { background-color: #12BCFC; }
a { background-color: rgb(18,188,252); }
div.DivClassName
{
background-color: #12BCFC;
}
.BgClassName
{
background-color: #12BCFC;
}
</style>
border-color css
<style>
span { border-color: #12BCFC; }
span { border-color: rgb(18,188,252); }
td.TdClassName
{
border-color: #12BCFC;
}
.TagClassName
{
border-color: #12BCFC;
}
</style>