Html Css Color HEX #14AEC2 Iris Blue

📋 copy color: '#14AEC2'

red 20 ◦ green 174 ◦ blue 194

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

Shades of Iris Blue #14AEC2

Tints of Iris Blue #14AEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50%

R = 5.15%
G = 44.85%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#14AEC2 (or 0x14AEC2) is known color: Iris Blue. HEX triplet: 14, AE and C2. RGB value is (20,174,194). Sum of RGB (Red+Green+Blue) = 20+174+194=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #14AEC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AEC2 is #EB513D. Grayscale: #828282. Windows color (decimal): -15421758 or 12758548. OLE color: 12758548.

HSL color Cylindrical-coordinate representation of color #14AEC2: hue angle of 186.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AEC2 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 174 194 -
CMYK 0.90 0.10 0 0.24
HSL 186.9º 0.81% 0.42% -
HSV(B) 186.9º 0.9% 0.76% -
XYZ 25.16 34.32 56.34 -
YUV 130.23 163.98 49.37 -
System Red Green Blue C M Y K H S L
Decimal 20 174 194 0.90 0.10 0 0.24 186.9 0.81 0.42
Hex 14 AE C2 5A A 0 18 BB 51 2A
Octal 24 256 302 132 12 0 30 273 121 52
Binary 10100 10101110 11000010 1011010 1010 0 11000 10111011 1010001 101010

Color Harmonies of #14AEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AEC2

Black with #14AEC2

Text Example


Text Example

White with #14AEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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