Shades of Iris Blue #14AFE4
Tints of Iris Blue #14AFE4
RGB
CMYK
RGB Variations
Color information
#14AFE4 (or 0x14AFE4) is known color: Iris Blue. HEX triplet: 14, AF and E4. RGB value is (20,175,228). Sum of RGB (Red+Green+Blue) = 20+175+228=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #14AFE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFE4 is #EB501B. Grayscale: #868686. Windows color (decimal): -15421468 or 14987028. OLE color: 14987028.
HSL color Cylindrical-coordinate representation of color #14AFE4: hue angle of 195.29º 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 #14AFE4 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 175 | 228 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.11 |
| HSL | 195.29º | 0.84% | 0.49% | - |
| HSV(B) | 195.29º | 0.91% | 0.89% | - |
| XYZ | 29.62 | 36.41 | 78.87 | - |
| YUV | 134.7 | 180.65 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 228 | 0.91 | 0.23 | 0 | 0.11 | 195.29 | 0.84 | 0.49 |
| Hex | 14 | AF | E4 | 5B | 17 | 0 | B | C3 | 54 | 31 |
| Octal | 24 | 257 | 344 | 133 | 27 | 0 | 13 | 303 | 124 | 61 |
| Binary | 10100 | 10101111 | 11100100 | 1011011 | 10111 | 0 | 1011 | 11000011 | 1010100 | 110001 |
Color Harmonies of #14AFE4
Complementary color
Monochromatic Colors of #14AFE4
Black with #14AFE4
Text Example
Text Example
White with #14AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AFE4; }
p { color: rgb(20,175,228); }
H1.HeaderClassName
{
color: #14AFE4;
}
.AnyTagClassName
{
color: #14AFE4;
}
</style>
background-color css
<style>
a { background-color: #14AFE4; }
a { background-color: rgb(20,175,228); }
div.DivClassName
{
background-color: #14AFE4;
}
.BgClassName
{
background-color: #14AFE4;
}
</style>
border-color css
<style>
span { border-color: #14AFE4; }
span { border-color: rgb(20,175,228); }
td.TdClassName
{
border-color: #14AFE4;
}
.TagClassName
{
border-color: #14AFE4;
}
</style>