Html Css Color HEX #14ABC4 Iris Blue

📋 copy color: '#14ABC4'

red 20 ◦ green 171 ◦ blue 196

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

Shades of Iris Blue #14ABC4

Tints of Iris Blue #14ABC4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 196 (76.95% from 255) = 50.65%

R = 5.17%
G = 44.19%
B = 50.65%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#14ABC4 (or 0x14ABC4) is known color: Iris Blue. HEX triplet: 14, AB and C4. RGB value is (20,171,196). Sum of RGB (Red+Green+Blue) = 20+171+196=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #14ABC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABC4 is #EB543B. Grayscale: #808080. Windows color (decimal): -15422524 or 12888852. OLE color: 12888852.

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

Color convert

RGB 20 171 196 -
CMYK 0.90 0.13 0 0.23
HSL 188.52º 0.81% 0.42% -
HSV(B) 188.52º 0.9% 0.77% -
XYZ 24.82 33.26 57.34 -
YUV 128.7 165.97 50.47 -
System Red Green Blue C M Y K H S L
Decimal 20 171 196 0.90 0.13 0 0.23 188.52 0.81 0.42
Hex 14 AB C4 5A D 0 17 BD 51 2A
Octal 24 253 304 132 15 0 27 275 121 52
Binary 10100 10101011 11000100 1011010 1101 0 10111 10111101 1010001 101010

Color Harmonies of #14ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ABC4

Black with #14ABC4

Text Example


Text Example

White with #14ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,196); }

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

background-color css

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

 a { background-color: rgb(20,171,196); }

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

border-color css

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

 span { border-color: rgb(20,171,196); }

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