Shades of Iris Blue #14A7C8
Tints of Iris Blue #14A7C8
RGB
CMYK
RGB Variations
Color information
#14A7C8 (or 0x14A7C8) is known color: Iris Blue. HEX triplet: 14, A7 and C8. RGB value is (20,167,200). Sum of RGB (Red+Green+Blue) = 20+167+200=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #14A7C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A7C8 is #EB5837. Grayscale: #7E7E7E. Windows color (decimal): -15423544 or 13149972. OLE color: 13149972.
HSL color Cylindrical-coordinate representation of color #14A7C8: hue angle of 191º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A7C8 is Cyan = 0.9, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 167 | 200 | - |
| CMYK | 0.9 | 0.16 | 0 | 0.22 |
| HSL | 191º | 0.82% | 0.43% | - |
| HSV(B) | 191º | 0.9% | 0.78% | - |
| XYZ | 24.53 | 31.96 | 59.52 | - |
| YUV | 126.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 167 | 200 | 0.9 | 0.16 | 0 | 0.22 | 191 | 0.82 | 0.43 |
| Hex | 14 | A7 | C8 | 5A | 10 | 0 | 16 | BF | 52 | 2B |
| Octal | 24 | 247 | 310 | 132 | 20 | 0 | 26 | 277 | 122 | 53 |
| Binary | 10100 | 10100111 | 11001000 | 1011010 | 10000 | 0 | 10110 | 10111111 | 1010010 | 101011 |
Color Harmonies of #14A7C8
Complementary color
Monochromatic Colors of #14A7C8
Black with #14A7C8
Text Example
Text Example
White with #14A7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A7C8; }
p { color: rgb(20,167,200); }
H1.HeaderClassName
{
color: #14A7C8;
}
.AnyTagClassName
{
color: #14A7C8;
}
</style>
background-color css
<style>
a { background-color: #14A7C8; }
a { background-color: rgb(20,167,200); }
div.DivClassName
{
background-color: #14A7C8;
}
.BgClassName
{
background-color: #14A7C8;
}
</style>
border-color css
<style>
span { border-color: #14A7C8; }
span { border-color: rgb(20,167,200); }
td.TdClassName
{
border-color: #14A7C8;
}
.TagClassName
{
border-color: #14A7C8;
}
</style>