Html Css Color HEX #14AABC Iris Blue

📋 copy color: '#14AABC'

red 20 ◦ green 170 ◦ blue 188

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

Shades of Iris Blue #14AABC

Tints of Iris Blue #14AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 5.29%
G = 44.97%
B = 49.74%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14AABC (or 0x14AABC) is known color: Iris Blue. HEX triplet: 14, AA and BC. RGB value is (20,170,188). Sum of RGB (Red+Green+Blue) = 20+170+188=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #14AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AABC is #EB5543. Grayscale: #7E7E7E. Windows color (decimal): -15422788 or 12364308. OLE color: 12364308.

HSL color Cylindrical-coordinate representation of color #14AABC: hue angle of 186.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AABC is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 170 188 -
CMYK 0.89 0.10 0 0.26
HSL 186.43º 0.81% 0.41% -
HSV(B) 186.43º 0.89% 0.74% -
XYZ 23.74 32.53 52.6 -
YUV 127.2 162.31 51.54 -
System Red Green Blue C M Y K H S L
Decimal 20 170 188 0.89 0.10 0 0.26 186.43 0.81 0.41
Hex 14 AA BC 59 A 0 1A BA 51 29
Octal 24 252 274 131 12 0 32 272 121 51
Binary 10100 10101010 10111100 1011001 1010 0 11010 10111010 1010001 101001

Color Harmonies of #14AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AABC

Black with #14AABC

Text Example


Text Example

White with #14AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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