Shades of Deep Sky Blue #12BBF2
Tints of Deep Sky Blue #12BBF2
RGB
CMYK
RGB Variations
Color information
#12BBF2 (or 0x12BBF2) is known color: Deep Sky Blue. HEX triplet: 12, BB and F2. RGB value is (18,187,242). Sum of RGB (Red+Green+Blue) = 18+187+242=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #12BBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BBF2 is #ED440D. Grayscale: #8E8E8E. Windows color (decimal): -15549454 or 15907602. OLE color: 15907602.
HSL color Cylindrical-coordinate representation of color #12BBF2: hue angle of 194.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BBF2 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 187 | 242 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.05 |
| HSL | 194.73º | 0.9% | 0.51% | - |
| HSV(B) | 194.73º | 0.93% | 0.95% | - |
| XYZ | 34.05 | 42.08 | 90.33 | - |
| YUV | 142.74 | 184.01 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 242 | 0.93 | 0.23 | 0 | 0.05 | 194.73 | 0.9 | 0.51 |
| Hex | 12 | BB | F2 | 5D | 17 | 0 | 5 | C3 | 5A | 33 |
| Octal | 22 | 273 | 362 | 135 | 27 | 0 | 5 | 303 | 132 | 63 |
| Binary | 10010 | 10111011 | 11110010 | 1011101 | 10111 | 0 | 101 | 11000011 | 1011010 | 110011 |
Color Harmonies of #12BBF2
Complementary color
Monochromatic Colors of #12BBF2
Black with #12BBF2
Text Example
Text Example
White with #12BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BBF2; }
p { color: rgb(18,187,242); }
H1.HeaderClassName
{
color: #12BBF2;
}
.AnyTagClassName
{
color: #12BBF2;
}
</style>
background-color css
<style>
a { background-color: #12BBF2; }
a { background-color: rgb(18,187,242); }
div.DivClassName
{
background-color: #12BBF2;
}
.BgClassName
{
background-color: #12BBF2;
}
</style>
border-color css
<style>
span { border-color: #12BBF2; }
span { border-color: rgb(18,187,242); }
td.TdClassName
{
border-color: #12BBF2;
}
.TagClassName
{
border-color: #12BBF2;
}
</style>