Shades of Iris Blue #12BFCF
Tints of Iris Blue #12BFCF
RGB
CMYK
RGB Variations
Color information
#12BFCF (or 0x12BFCF) is known color: Iris Blue. HEX triplet: 12, BF and CF. RGB value is (18,191,207). Sum of RGB (Red+Green+Blue) = 18+191+207=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #12BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFCF is #ED4030. Grayscale: #8C8C8C. Windows color (decimal): -15548465 or 13614866. OLE color: 13614866.
HSL color Cylindrical-coordinate representation of color #12BFCF: hue angle of 185.08º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFCF is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 191 | 207 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.19 |
| HSL | 185.08º | 0.84% | 0.44% | - |
| HSV(B) | 185.08º | 0.91% | 0.81% | - |
| XYZ | 30.14 | 41.9 | 65.53 | - |
| YUV | 141.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 207 | 0.91 | 0.08 | 0 | 0.19 | 185.08 | 0.84 | 0.44 |
| Hex | 12 | BF | CF | 5B | 8 | 0 | 13 | B9 | 54 | 2C |
| Octal | 22 | 277 | 317 | 133 | 10 | 0 | 23 | 271 | 124 | 54 |
| Binary | 10010 | 10111111 | 11001111 | 1011011 | 1000 | 0 | 10011 | 10111001 | 1010100 | 101100 |
Color Harmonies of #12BFCF
Complementary color
Monochromatic Colors of #12BFCF
Black with #12BFCF
Text Example
Text Example
White with #12BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFCF; }
p { color: rgb(18,191,207); }
H1.HeaderClassName
{
color: #12BFCF;
}
.AnyTagClassName
{
color: #12BFCF;
}
</style>
background-color css
<style>
a { background-color: #12BFCF; }
a { background-color: rgb(18,191,207); }
div.DivClassName
{
background-color: #12BFCF;
}
.BgClassName
{
background-color: #12BFCF;
}
</style>
border-color css
<style>
span { border-color: #12BFCF; }
span { border-color: rgb(18,191,207); }
td.TdClassName
{
border-color: #12BFCF;
}
.TagClassName
{
border-color: #12BFCF;
}
</style>