Html Css Color HEX #14ACBA Iris Blue

📋 copy color: '#14ACBA'

red 20 ◦ green 172 ◦ blue 186

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

Shades of Iris Blue #14ACBA

Tints of Iris Blue #14ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.5%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 5.29%
G = 45.5%
B = 49.21%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#14ACBA (or 0x14ACBA) is known color: Iris Blue. HEX triplet: 14, AC and BA. RGB value is (20,172,186). Sum of RGB (Red+Green+Blue) = 20+172+186=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #14ACBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACBA is #EB5345. Grayscale: #7F7F7F. Windows color (decimal): -15422278 or 12233748. OLE color: 12233748.

HSL color Cylindrical-coordinate representation of color #14ACBA: hue angle of 185.06º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14ACBA is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 172 186 -
CMYK 0.89 0.08 0 0.27
HSL 185.06º 0.81% 0.4% -
HSV(B) 185.06º 0.89% 0.73% -
XYZ 23.9 33.2 51.6 -
YUV 128.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 20 172 186 0.89 0.08 0 0.27 185.06 0.81 0.4
Hex 14 AC BA 59 8 0 1B B9 51 28
Octal 24 254 272 131 10 0 33 271 121 50
Binary 10100 10101100 10111010 1011001 1000 0 11011 10111001 1010001 101000

Color Harmonies of #14ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACBA

Black with #14ACBA

Text Example


Text Example

White with #14ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,172,186); }

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

background-color css

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

 a { background-color: rgb(20,172,186); }

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

border-color css

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

 span { border-color: rgb(20,172,186); }

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