Shades of Deep Sky Blue #12BCFD
Tints of Deep Sky Blue #12BCFD
RGB
CMYK
RGB Variations
Color information
#12BCFD (or 0x12BCFD) is known color: Deep Sky Blue. HEX triplet: 12, BC and FD. RGB value is (18,188,253). Sum of RGB (Red+Green+Blue) = 18+188+253=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #12BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCFD is #ED4302. Grayscale: #909090. Windows color (decimal): -15549187 or 16628754. OLE color: 16628754.
HSL color Cylindrical-coordinate representation of color #12BCFD: hue angle of 196.6º 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 #12BCFD is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 188 | 253 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.01 |
| HSL | 196.6º | 0.98% | 0.53% | - |
| HSV(B) | 196.6º | 0.93% | 0.99% | - |
| XYZ | 35.96 | 43.19 | 99.37 | - |
| YUV | 144.58 | 189.18 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 253 | 0.93 | 0.26 | 0 | 0.01 | 196.6 | 0.98 | 0.53 |
| Hex | 12 | BC | FD | 5D | 1A | 0 | 1 | C5 | 62 | 35 |
| Octal | 22 | 274 | 375 | 135 | 32 | 0 | 1 | 305 | 142 | 65 |
| Binary | 10010 | 10111100 | 11111101 | 1011101 | 11010 | 0 | 1 | 11000101 | 1100010 | 110101 |
Color Harmonies of #12BCFD
Complementary color
Monochromatic Colors of #12BCFD
Black with #12BCFD
Text Example
Text Example
White with #12BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCFD; }
p { color: rgb(18,188,253); }
H1.HeaderClassName
{
color: #12BCFD;
}
.AnyTagClassName
{
color: #12BCFD;
}
</style>
background-color css
<style>
a { background-color: #12BCFD; }
a { background-color: rgb(18,188,253); }
div.DivClassName
{
background-color: #12BCFD;
}
.BgClassName
{
background-color: #12BCFD;
}
</style>
border-color css
<style>
span { border-color: #12BCFD; }
span { border-color: rgb(18,188,253); }
td.TdClassName
{
border-color: #12BCFD;
}
.TagClassName
{
border-color: #12BCFD;
}
</style>