Shades of Iris Blue #14BFCF
Tints of Iris Blue #14BFCF
RGB
CMYK
RGB Variations
Color information
#14BFCF (or 0x14BFCF) is known color: Iris Blue. HEX triplet: 14, BF and CF. RGB value is (20,191,207). Sum of RGB (Red+Green+Blue) = 20+191+207=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #14BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFCF is #EB4030. Grayscale: #8D8D8D. Windows color (decimal): -15417393 or 13614868. OLE color: 13614868.
HSL color Cylindrical-coordinate representation of color #14BFCF: hue angle of 185.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFCF is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 191 | 207 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.19 |
| HSL | 185.13º | 0.82% | 0.45% | - |
| HSV(B) | 185.13º | 0.9% | 0.81% | - |
| XYZ | 30.18 | 41.92 | 65.53 | - |
| YUV | 141.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 207 | 0.90 | 0.08 | 0 | 0.19 | 185.13 | 0.82 | 0.45 |
| Hex | 14 | BF | CF | 5A | 8 | 0 | 13 | B9 | 52 | 2D |
| Octal | 24 | 277 | 317 | 132 | 10 | 0 | 23 | 271 | 122 | 55 |
| Binary | 10100 | 10111111 | 11001111 | 1011010 | 1000 | 0 | 10011 | 10111001 | 1010010 | 101101 |
Color Harmonies of #14BFCF
Complementary color
Monochromatic Colors of #14BFCF
Black with #14BFCF
Text Example
Text Example
White with #14BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFCF; }
p { color: rgb(20,191,207); }
H1.HeaderClassName
{
color: #14BFCF;
}
.AnyTagClassName
{
color: #14BFCF;
}
</style>
background-color css
<style>
a { background-color: #14BFCF; }
a { background-color: rgb(20,191,207); }
div.DivClassName
{
background-color: #14BFCF;
}
.BgClassName
{
background-color: #14BFCF;
}
</style>
border-color css
<style>
span { border-color: #14BFCF; }
span { border-color: rgb(20,191,207); }
td.TdClassName
{
border-color: #14BFCF;
}
.TagClassName
{
border-color: #14BFCF;
}
</style>