Shades of Iris Blue #12BFDA
Tints of Iris Blue #12BFDA
RGB
CMYK
RGB Variations
Color information
#12BFDA (or 0x12BFDA) is known color: Iris Blue. HEX triplet: 12, BF and DA. RGB value is (18,191,218). Sum of RGB (Red+Green+Blue) = 18+191+218=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #12BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFDA is #ED4025. Grayscale: #8E8E8E. Windows color (decimal): -15548454 or 14335762. OLE color: 14335762.
HSL color Cylindrical-coordinate representation of color #12BFDA: hue angle of 188.1º 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 #12BFDA is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 191 | 218 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.15 |
| HSL | 188.1º | 0.85% | 0.46% | - |
| HSV(B) | 188.1º | 0.92% | 0.85% | - |
| XYZ | 31.54 | 42.45 | 72.86 | - |
| YUV | 142.35 | 170.69 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 218 | 0.92 | 0.12 | 0 | 0.15 | 188.1 | 0.85 | 0.46 |
| Hex | 12 | BF | DA | 5C | C | 0 | F | BC | 55 | 2E |
| Octal | 22 | 277 | 332 | 134 | 14 | 0 | 17 | 274 | 125 | 56 |
| Binary | 10010 | 10111111 | 11011010 | 1011100 | 1100 | 0 | 1111 | 10111100 | 1010101 | 101110 |
Color Harmonies of #12BFDA
Complementary color
Monochromatic Colors of #12BFDA
Black with #12BFDA
Text Example
Text Example
White with #12BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFDA; }
p { color: rgb(18,191,218); }
H1.HeaderClassName
{
color: #12BFDA;
}
.AnyTagClassName
{
color: #12BFDA;
}
</style>
background-color css
<style>
a { background-color: #12BFDA; }
a { background-color: rgb(18,191,218); }
div.DivClassName
{
background-color: #12BFDA;
}
.BgClassName
{
background-color: #12BFDA;
}
</style>
border-color css
<style>
span { border-color: #12BFDA; }
span { border-color: rgb(18,191,218); }
td.TdClassName
{
border-color: #12BFDA;
}
.TagClassName
{
border-color: #12BFDA;
}
</style>