Shades of Deep Sky Blue #12BCFE
Tints of Deep Sky Blue #12BCFE
RGB
CMYK
RGB Variations
Color information
#12BCFE (or 0x12BCFE) is known color: Deep Sky Blue. HEX triplet: 12, BC and FE. RGB value is (18,188,254). Sum of RGB (Red+Green+Blue) = 18+188+254=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #12BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCFE is #ED4301. Grayscale: #909090. Windows color (decimal): -15549186 or 16694290. OLE color: 16694290.
HSL color Cylindrical-coordinate representation of color #12BCFE: hue angle of 196.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BCFE is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 188 | 254 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.00 |
| HSL | 196.78º | 0.99% | 0.53% | - |
| HSV(B) | 196.78º | 0.93% | 1% | - |
| XYZ | 36.12 | 43.25 | 100.21 | - |
| YUV | 144.69 | 189.68 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 254 | 0.93 | 0.26 | 0 | 0.00 | 196.78 | 0.99 | 0.53 |
| Hex | 12 | BC | FE | 5D | 1A | 0 | 0 | C5 | 63 | 35 |
| Octal | 22 | 274 | 376 | 135 | 32 | 0 | 0 | 305 | 143 | 65 |
| Binary | 10010 | 10111100 | 11111110 | 1011101 | 11010 | 0 | 0 | 11000101 | 1100011 | 110101 |
Color Harmonies of #12BCFE
Complementary color
Monochromatic Colors of #12BCFE
Black with #12BCFE
Text Example
Text Example
White with #12BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCFE; }
p { color: rgb(18,188,254); }
H1.HeaderClassName
{
color: #12BCFE;
}
.AnyTagClassName
{
color: #12BCFE;
}
</style>
background-color css
<style>
a { background-color: #12BCFE; }
a { background-color: rgb(18,188,254); }
div.DivClassName
{
background-color: #12BCFE;
}
.BgClassName
{
background-color: #12BCFE;
}
</style>
border-color css
<style>
span { border-color: #12BCFE; }
span { border-color: rgb(18,188,254); }
td.TdClassName
{
border-color: #12BCFE;
}
.TagClassName
{
border-color: #12BCFE;
}
</style>