Html Css Color HEX #14AAE2 Iris Blue

📋 copy color: '#14AAE2'

red 20 ◦ green 170 ◦ blue 226

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

Shades of Iris Blue #14AAE2

Tints of Iris Blue #14AAE2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 226 (88.67% from 255) = 54.33%

R = 4.81%
G = 40.87%
B = 54.33%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#14AAE2 (or 0x14AAE2) is known color: Iris Blue. HEX triplet: 14, AA and E2. RGB value is (20,170,226). Sum of RGB (Red+Green+Blue) = 20+170+226=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #14AAE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AAE2 is #EB551D. Grayscale: #838383. Windows color (decimal): -15422750 or 14854676. OLE color: 14854676.

HSL color Cylindrical-coordinate representation of color #14AAE2: hue angle of 196.31º 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 #14AAE2 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 170 226 -
CMYK 0.91 0.25 0 0.11
HSL 196.31º 0.84% 0.48% -
HSV(B) 196.31º 0.91% 0.89% -
XYZ 28.39 34.39 77.09 -
YUV 131.53 181.31 48.45 -
System Red Green Blue C M Y K H S L
Decimal 20 170 226 0.91 0.25 0 0.11 196.31 0.84 0.48
Hex 14 AA E2 5B 19 0 B C4 54 30
Octal 24 252 342 133 31 0 13 304 124 60
Binary 10100 10101010 11100010 1011011 11001 0 1011 11000100 1010100 110000

Color Harmonies of #14AAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AAE2

Black with #14AAE2

Text Example


Text Example

White with #14AAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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