Shades of Iris Blue #12BFD0
Tints of Iris Blue #12BFD0
RGB
CMYK
RGB Variations
Color information
#12BFD0 (or 0x12BFD0) is known color: Iris Blue. HEX triplet: 12, BF and D0. RGB value is (18,191,208). Sum of RGB (Red+Green+Blue) = 18+191+208=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #12BFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFD0 is #ED402F. Grayscale: #8C8C8C. Windows color (decimal): -15548464 or 13680402. OLE color: 13680402.
HSL color Cylindrical-coordinate representation of color #12BFD0: hue angle of 185.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFD0 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 191 | 208 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.18 |
| HSL | 185.37º | 0.84% | 0.44% | - |
| HSV(B) | 185.37º | 0.91% | 0.82% | - |
| XYZ | 30.27 | 41.94 | 66.18 | - |
| YUV | 141.21 | 165.69 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 208 | 0.91 | 0.08 | 0 | 0.18 | 185.37 | 0.84 | 0.44 |
| Hex | 12 | BF | D0 | 5B | 8 | 0 | 12 | B9 | 54 | 2C |
| Octal | 22 | 277 | 320 | 133 | 10 | 0 | 22 | 271 | 124 | 54 |
| Binary | 10010 | 10111111 | 11010000 | 1011011 | 1000 | 0 | 10010 | 10111001 | 1010100 | 101100 |
Color Harmonies of #12BFD0
Complementary color
Monochromatic Colors of #12BFD0
Black with #12BFD0
Text Example
Text Example
White with #12BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFD0; }
p { color: rgb(18,191,208); }
H1.HeaderClassName
{
color: #12BFD0;
}
.AnyTagClassName
{
color: #12BFD0;
}
</style>
background-color css
<style>
a { background-color: #12BFD0; }
a { background-color: rgb(18,191,208); }
div.DivClassName
{
background-color: #12BFD0;
}
.BgClassName
{
background-color: #12BFD0;
}
</style>
border-color css
<style>
span { border-color: #12BFD0; }
span { border-color: rgb(18,191,208); }
td.TdClassName
{
border-color: #12BFD0;
}
.TagClassName
{
border-color: #12BFD0;
}
</style>