Shades of Iris Blue #14B5CE
Tints of Iris Blue #14B5CE
RGB
CMYK
RGB Variations
Color information
#14B5CE (or 0x14B5CE) is known color: Iris Blue. HEX triplet: 14, B5 and CE. RGB value is (20,181,206). Sum of RGB (Red+Green+Blue) = 20+181+206=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #14B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B5CE is #EB4A31. Grayscale: #878787. Windows color (decimal): -15419954 or 13546772. OLE color: 13546772.
HSL color Cylindrical-coordinate representation of color #14B5CE: hue angle of 188.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14B5CE is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 181 | 206 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.19 |
| HSL | 188.06º | 0.82% | 0.44% | - |
| HSV(B) | 188.06º | 0.9% | 0.81% | - |
| XYZ | 27.95 | 37.65 | 64.19 | - |
| YUV | 135.71 | 167.66 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 181 | 206 | 0.90 | 0.12 | 0 | 0.19 | 188.06 | 0.82 | 0.44 |
| Hex | 14 | B5 | CE | 5A | C | 0 | 13 | BC | 52 | 2C |
| Octal | 24 | 265 | 316 | 132 | 14 | 0 | 23 | 274 | 122 | 54 |
| Binary | 10100 | 10110101 | 11001110 | 1011010 | 1100 | 0 | 10011 | 10111100 | 1010010 | 101100 |
Color Harmonies of #14B5CE
Complementary color
Monochromatic Colors of #14B5CE
Black with #14B5CE
Text Example
Text Example
White with #14B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B5CE; }
p { color: rgb(20,181,206); }
H1.HeaderClassName
{
color: #14B5CE;
}
.AnyTagClassName
{
color: #14B5CE;
}
</style>
background-color css
<style>
a { background-color: #14B5CE; }
a { background-color: rgb(20,181,206); }
div.DivClassName
{
background-color: #14B5CE;
}
.BgClassName
{
background-color: #14B5CE;
}
</style>
border-color css
<style>
span { border-color: #14B5CE; }
span { border-color: rgb(20,181,206); }
td.TdClassName
{
border-color: #14B5CE;
}
.TagClassName
{
border-color: #14B5CE;
}
</style>