Shades of Iris Blue #14B2E4
Tints of Iris Blue #14B2E4
RGB
CMYK
RGB Variations
Color information
#14B2E4 (or 0x14B2E4) is known color: Iris Blue. HEX triplet: 14, B2 and E4. RGB value is (20,178,228). Sum of RGB (Red+Green+Blue) = 20+178+228=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #14B2E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2E4 is #EB4D1B. Grayscale: #888888. Windows color (decimal): -15420700 or 14987796. OLE color: 14987796.
HSL color Cylindrical-coordinate representation of color #14B2E4: hue angle of 194.42º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14B2E4 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 178 | 228 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.11 |
| HSL | 194.42º | 0.84% | 0.49% | - |
| HSV(B) | 194.42º | 0.91% | 0.89% | - |
| XYZ | 30.21 | 37.59 | 79.06 | - |
| YUV | 136.46 | 179.65 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 178 | 228 | 0.91 | 0.22 | 0 | 0.11 | 194.42 | 0.84 | 0.49 |
| Hex | 14 | B2 | E4 | 5B | 16 | 0 | B | C2 | 54 | 31 |
| Octal | 24 | 262 | 344 | 133 | 26 | 0 | 13 | 302 | 124 | 61 |
| Binary | 10100 | 10110010 | 11100100 | 1011011 | 10110 | 0 | 1011 | 11000010 | 1010100 | 110001 |
Color Harmonies of #14B2E4
Complementary color
Monochromatic Colors of #14B2E4
Black with #14B2E4
Text Example
Text Example
White with #14B2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B2E4; }
p { color: rgb(20,178,228); }
H1.HeaderClassName
{
color: #14B2E4;
}
.AnyTagClassName
{
color: #14B2E4;
}
</style>
background-color css
<style>
a { background-color: #14B2E4; }
a { background-color: rgb(20,178,228); }
div.DivClassName
{
background-color: #14B2E4;
}
.BgClassName
{
background-color: #14B2E4;
}
</style>
border-color css
<style>
span { border-color: #14B2E4; }
span { border-color: rgb(20,178,228); }
td.TdClassName
{
border-color: #14B2E4;
}
.TagClassName
{
border-color: #14B2E4;
}
</style>