Html Css Color HEX #14AECE Iris Blue

📋 copy color: '#14AECE'

red 20 ◦ green 174 ◦ blue 206

#14AECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #14AECE

Tints of Iris Blue #14AECE

RGB

 RED value IS 20 (8.2% from 255) = 5%

 GREEN value IS 174 (68.36% from 255) = 43.5%

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 5%
G = 43.5%
B = 51.5%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14AECE (or 0x14AECE) is known color: Iris Blue. HEX triplet: 14, AE and CE. RGB value is (20,174,206). Sum of RGB (Red+Green+Blue) = 20+174+206=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #14AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AECE is #EB5131. Grayscale: #838383. Windows color (decimal): -15421746 or 13544980. OLE color: 13544980.

HSL color Cylindrical-coordinate representation of color #14AECE: hue angle of 190.32º 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 #14AECE is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 174 206 -
CMYK 0.90 0.16 0 0.19
HSL 190.32º 0.82% 0.44% -
HSV(B) 190.32º 0.9% 0.81% -
XYZ 26.57 34.88 63.72 -
YUV 131.6 169.98 48.4 -
System Red Green Blue C M Y K H S L
Decimal 20 174 206 0.90 0.16 0 0.19 190.32 0.82 0.44
Hex 14 AE CE 5A 10 0 13 BE 52 2C
Octal 24 256 316 132 20 0 23 276 122 54
Binary 10100 10101110 11001110 1011010 10000 0 10011 10111110 1010010 101100

Color Harmonies of #14AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AECE

Black with #14AECE

Text Example


Text Example

White with #14AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14AECE;
 }
 .AnyTagClassName
 {
   color: #14AECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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