#14AECB

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

Shades of Iris Blue #14AECB

Tints of Iris Blue #14AECB

Color information

#14AECB (or 0x14AECB) is unknown color: approx Iris Blue. HEX triplet: 14, AE and CB. RGB value is (20,174,203). Sum of RGB (Red+Green+Blue) = 20+174+203=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #14AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AECB is #EB5134. Grayscale: #828282. Windows color (decimal): -15421749 or 13348372. OLE color: 13348372.

HSL color Cylindrical-coordinate representation of color #14AECB: hue angle of 189.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AECB is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20174203-
CMYK0.900.1400.20
HSL189.51º82.06%43.73%-
HSV(B)189.51º90.15%79.61%-
XYZ26.234.7361.82-
YUV131.26168.4848.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.04%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=5.04%
G=43.83%
B=51.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201742030.900.1400.20189.5182.0643.73
Hex14AECB5AE014be522c
Octal242563131321602427612254
Binary10100101011101100101110110101110010100101111101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,174,203); }

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

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

 a { background-color: rgb(20,174,203); }

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

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

 span { border-color: rgb(20,174,203); }

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