#14AAE3

Color #14AAE3 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #14AAE3

Tints of Iris Blue #14AAE3

Color information

#14AAE3 (or 0x14AAE3) is unknown color: approx Iris Blue. HEX triplet: 14, AA and E3. RGB value is (20,170,227). Sum of RGB (Red+Green+Blue) = 20+170+227=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 227 (89.06% from 255 or 54.44% from 417); Max value from RGB is 227 - color contains mainly: blue. Hex color #14AAE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AAE3 is #EB551C. Grayscale: #838383. Windows color (decimal): -15422749 or 14920212. OLE color: 14920212.

HSL color Cylindrical-coordinate representation of color #14AAE3: hue angle of 196.52º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14AAE3 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20170227-
CMYK0.910.2500.11
HSL196.52º83.81%48.43%-
HSV(B)196.52º91.19%89.02%-
XYZ28.5334.4477.82-
YUV131.65181.848.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 4.80%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 227 (89.06% from 255) = 54.44%
R=4.80%
G=40.77%
B=54.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201702270.910.2500.11196.5283.8148.43
Hex14AAE35B190Bc55430
Octal242523431333101330512460
Binary10100101010101110001110110111100101011110001011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14AAE3; }

 p { color: rgb(20,170,227); }

 H1.HeaderClassName
 {
   color: #14AAE3;
 }
 .AnyTagClassName
 {
   color: #14AAE3;
 }
</style>
background-color css

<style>
 a { background-color: #14AAE3; }

 a { background-color: rgb(20,170,227); }

 div.DivClassName
 {
   background-color: #14AAE3;
 }
 .BgClassName
 {
   background-color: #14AAE3;
 }
</style>
border-color css

<style>
 span { border-color: #14AAE3; }

 span { border-color: rgb(20,170,227); }

 td.TdClassName
 {
   border-color: #14AAE3;
 }
 .TagClassName
 {
   border-color: #14AAE3;
 }
</style>