Shades of Iris Blue #14BFC3
Tints of Iris Blue #14BFC3
RGB
CMYK
RGB Variations
Color information
#14BFC3 (or 0x14BFC3) is known color: Iris Blue. HEX triplet: 14, BF and C3. RGB value is (20,191,195). Sum of RGB (Red+Green+Blue) = 20+191+195=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #14BFC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFC3 is #EB403C. Grayscale: #8C8C8C. Windows color (decimal): -15417405 or 12828436. OLE color: 12828436.
HSL color Cylindrical-coordinate representation of color #14BFC3: hue angle of 181.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFC3 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 191 | 195 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.24 |
| HSL | 181.37º | 0.81% | 0.42% | - |
| HSV(B) | 181.37º | 0.9% | 0.76% | - |
| XYZ | 28.77 | 41.35 | 58.09 | - |
| YUV | 140.33 | 158.85 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 195 | 0.90 | 0.02 | 0 | 0.24 | 181.37 | 0.81 | 0.42 |
| Hex | 14 | BF | C3 | 5A | 2 | 0 | 18 | B5 | 51 | 2A |
| Octal | 24 | 277 | 303 | 132 | 2 | 0 | 30 | 265 | 121 | 52 |
| Binary | 10100 | 10111111 | 11000011 | 1011010 | 10 | 0 | 11000 | 10110101 | 1010001 | 101010 |
Color Harmonies of #14BFC3
Complementary color
Monochromatic Colors of #14BFC3
Black with #14BFC3
Text Example
Text Example
White with #14BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFC3; }
p { color: rgb(20,191,195); }
H1.HeaderClassName
{
color: #14BFC3;
}
.AnyTagClassName
{
color: #14BFC3;
}
</style>
background-color css
<style>
a { background-color: #14BFC3; }
a { background-color: rgb(20,191,195); }
div.DivClassName
{
background-color: #14BFC3;
}
.BgClassName
{
background-color: #14BFC3;
}
</style>
border-color css
<style>
span { border-color: #14BFC3; }
span { border-color: rgb(20,191,195); }
td.TdClassName
{
border-color: #14BFC3;
}
.TagClassName
{
border-color: #14BFC3;
}
</style>