Html Css Color HEX #14AEC1 Iris Blue

📋 copy color: '#14AEC1'

red 20 ◦ green 174 ◦ blue 193

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

Shades of Iris Blue #14AEC1

Tints of Iris Blue #14AEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.87%

R = 5.17%
G = 44.96%
B = 49.87%

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

#14AEC1 (or 0x14AEC1) is known color: Iris Blue. HEX triplet: 14, AE and C1. RGB value is (20,174,193). Sum of RGB (Red+Green+Blue) = 20+174+193=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #14AEC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AEC1 is #EB513E. Grayscale: #818181. Windows color (decimal): -15421759 or 12693012. OLE color: 12693012.

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

Color convert

RGB 20 174 193 -
CMYK 0.90 0.10 0 0.24
HSL 186.59º 0.81% 0.42% -
HSV(B) 186.59º 0.9% 0.76% -
XYZ 25.05 34.27 55.75 -
YUV 130.12 163.48 49.46 -
System Red Green Blue C M Y K H S L
Decimal 20 174 193 0.90 0.10 0 0.24 186.59 0.81 0.42
Hex 14 AE C1 5A A 0 18 BB 51 2A
Octal 24 256 301 132 12 0 30 273 121 52
Binary 10100 10101110 11000001 1011010 1010 0 11000 10111011 1010001 101010

Color Harmonies of #14AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AEC1

Black with #14AEC1

Text Example


Text Example

White with #14AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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