Shades of Iris Blue #12BDC3
Tints of Iris Blue #12BDC3
RGB
CMYK
RGB Variations
Color information
#12BDC3 (or 0x12BDC3) is known color: Iris Blue. HEX triplet: 12, BD and C3. RGB value is (18,189,195). Sum of RGB (Red+Green+Blue) = 18+189+195=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #12BDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDC3 is #ED423C. Grayscale: #8A8A8A. Windows color (decimal): -15548989 or 12827922. OLE color: 12827922.
HSL color Cylindrical-coordinate representation of color #12BDC3: hue angle of 182.03º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BDC3 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 189 | 195 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.24 |
| HSL | 182.03º | 0.83% | 0.42% | - |
| HSV(B) | 182.03º | 0.91% | 0.76% | - |
| XYZ | 28.3 | 40.46 | 57.95 | - |
| YUV | 138.56 | 159.85 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 195 | 0.91 | 0.03 | 0 | 0.24 | 182.03 | 0.83 | 0.42 |
| Hex | 12 | BD | C3 | 5B | 3 | 0 | 18 | B6 | 53 | 2A |
| Octal | 22 | 275 | 303 | 133 | 3 | 0 | 30 | 266 | 123 | 52 |
| Binary | 10010 | 10111101 | 11000011 | 1011011 | 11 | 0 | 11000 | 10110110 | 1010011 | 101010 |
Color Harmonies of #12BDC3
Complementary color
Monochromatic Colors of #12BDC3
Black with #12BDC3
Text Example
Text Example
White with #12BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDC3; }
p { color: rgb(18,189,195); }
H1.HeaderClassName
{
color: #12BDC3;
}
.AnyTagClassName
{
color: #12BDC3;
}
</style>
background-color css
<style>
a { background-color: #12BDC3; }
a { background-color: rgb(18,189,195); }
div.DivClassName
{
background-color: #12BDC3;
}
.BgClassName
{
background-color: #12BDC3;
}
</style>
border-color css
<style>
span { border-color: #12BDC3; }
span { border-color: rgb(18,189,195); }
td.TdClassName
{
border-color: #12BDC3;
}
.TagClassName
{
border-color: #12BDC3;
}
</style>