Shades of Deep Sky Blue #12DCFB
Tints of Deep Sky Blue #12DCFB
RGB
CMYK
RGB Variations
Color information
#12DCFB (or 0x12DCFB) is known color: Deep Sky Blue. HEX triplet: 12, DC and FB. RGB value is (18,220,251). Sum of RGB (Red+Green+Blue) = 18+220+251=489 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.68% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #12DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCFB is #ED2304. Grayscale: #A2A2A2. Windows color (decimal): -15540997 or 16505874. OLE color: 16505874.
HSL color Cylindrical-coordinate representation of color #12DCFB: hue angle of 187.98º 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 #12DCFB is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 220 | 251 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.02 |
| HSL | 187.98º | 0.97% | 0.53% | - |
| HSV(B) | 187.98º | 0.93% | 0.98% | - |
| XYZ | 43.26 | 58.28 | 100.24 | - |
| YUV | 163.14 | 177.58 | 24.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 251 | 0.93 | 0.12 | 0 | 0.02 | 187.98 | 0.97 | 0.53 |
| Hex | 12 | DC | FB | 5D | C | 0 | 2 | BC | 61 | 35 |
| Octal | 22 | 334 | 373 | 135 | 14 | 0 | 2 | 274 | 141 | 65 |
| Binary | 10010 | 11011100 | 11111011 | 1011101 | 1100 | 0 | 10 | 10111100 | 1100001 | 110101 |
Color Harmonies of #12DCFB
Complementary color
Monochromatic Colors of #12DCFB
Black with #12DCFB
Text Example
Text Example
White with #12DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCFB; }
p { color: rgb(18,220,251); }
H1.HeaderClassName
{
color: #12DCFB;
}
.AnyTagClassName
{
color: #12DCFB;
}
</style>
background-color css
<style>
a { background-color: #12DCFB; }
a { background-color: rgb(18,220,251); }
div.DivClassName
{
background-color: #12DCFB;
}
.BgClassName
{
background-color: #12DCFB;
}
</style>
border-color css
<style>
span { border-color: #12DCFB; }
span { border-color: rgb(18,220,251); }
td.TdClassName
{
border-color: #12DCFB;
}
.TagClassName
{
border-color: #12DCFB;
}
</style>