Shades of Deep Sky Blue #12DBFB
Tints of Deep Sky Blue #12DBFB
RGB
CMYK
RGB Variations
Color information
#12DBFB (or 0x12DBFB) is known color: Deep Sky Blue. HEX triplet: 12, DB and FB. RGB value is (18,219,251). Sum of RGB (Red+Green+Blue) = 18+219+251=488 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.69% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #12DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DBFB is #ED2404. Grayscale: #A2A2A2. Windows color (decimal): -15541253 or 16505618. OLE color: 16505618.
HSL color Cylindrical-coordinate representation of color #12DBFB: hue angle of 188.24º 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 #12DBFB is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 219 | 251 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.02 |
| HSL | 188.24º | 0.97% | 0.53% | - |
| HSV(B) | 188.24º | 0.93% | 0.98% | - |
| XYZ | 42.99 | 57.76 | 100.15 | - |
| YUV | 162.55 | 177.91 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 251 | 0.93 | 0.13 | 0 | 0.02 | 188.24 | 0.97 | 0.53 |
| Hex | 12 | DB | FB | 5D | D | 0 | 2 | BC | 61 | 35 |
| Octal | 22 | 333 | 373 | 135 | 15 | 0 | 2 | 274 | 141 | 65 |
| Binary | 10010 | 11011011 | 11111011 | 1011101 | 1101 | 0 | 10 | 10111100 | 1100001 | 110101 |
Color Harmonies of #12DBFB
Complementary color
Monochromatic Colors of #12DBFB
Black with #12DBFB
Text Example
Text Example
White with #12DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBFB; }
p { color: rgb(18,219,251); }
H1.HeaderClassName
{
color: #12DBFB;
}
.AnyTagClassName
{
color: #12DBFB;
}
</style>
background-color css
<style>
a { background-color: #12DBFB; }
a { background-color: rgb(18,219,251); }
div.DivClassName
{
background-color: #12DBFB;
}
.BgClassName
{
background-color: #12DBFB;
}
</style>
border-color css
<style>
span { border-color: #12DBFB; }
span { border-color: rgb(18,219,251); }
td.TdClassName
{
border-color: #12DBFB;
}
.TagClassName
{
border-color: #12DBFB;
}
</style>