Shades of Iris Blue #12BBDA
Tints of Iris Blue #12BBDA
RGB
CMYK
RGB Variations
Color information
#12BBDA (or 0x12BBDA) is known color: Iris Blue. HEX triplet: 12, BB and DA. RGB value is (18,187,218). Sum of RGB (Red+Green+Blue) = 18+187+218=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #12BBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BBDA is #ED4425. Grayscale: #8B8B8B. Windows color (decimal): -15549478 or 14334738. OLE color: 14334738.
HSL color Cylindrical-coordinate representation of color #12BBDA: hue angle of 189.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BBDA is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 187 | 218 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.15 |
| HSL | 189.3º | 0.85% | 0.46% | - |
| HSV(B) | 189.3º | 0.92% | 0.85% | - |
| XYZ | 30.67 | 40.73 | 72.57 | - |
| YUV | 140 | 172.01 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 218 | 0.92 | 0.14 | 0 | 0.15 | 189.3 | 0.85 | 0.46 |
| Hex | 12 | BB | DA | 5C | E | 0 | F | BD | 55 | 2E |
| Octal | 22 | 273 | 332 | 134 | 16 | 0 | 17 | 275 | 125 | 56 |
| Binary | 10010 | 10111011 | 11011010 | 1011100 | 1110 | 0 | 1111 | 10111101 | 1010101 | 101110 |
Color Harmonies of #12BBDA
Complementary color
Monochromatic Colors of #12BBDA
Black with #12BBDA
Text Example
Text Example
White with #12BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BBDA; }
p { color: rgb(18,187,218); }
H1.HeaderClassName
{
color: #12BBDA;
}
.AnyTagClassName
{
color: #12BBDA;
}
</style>
background-color css
<style>
a { background-color: #12BBDA; }
a { background-color: rgb(18,187,218); }
div.DivClassName
{
background-color: #12BBDA;
}
.BgClassName
{
background-color: #12BBDA;
}
</style>
border-color css
<style>
span { border-color: #12BBDA; }
span { border-color: rgb(18,187,218); }
td.TdClassName
{
border-color: #12BBDA;
}
.TagClassName
{
border-color: #12BBDA;
}
</style>