Html Css Color HEX #14AFBD Iris Blue

📋 copy color: '#14AFBD'

red 20 ◦ green 175 ◦ blue 189

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

Shades of Iris Blue #14AFBD

Tints of Iris Blue #14AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 5.21%
G = 45.57%
B = 49.22%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14AFBD (or 0x14AFBD) is known color: Iris Blue. HEX triplet: 14, AF and BD. RGB value is (20,175,189). Sum of RGB (Red+Green+Blue) = 20+175+189=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #14AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFBD is #EB5042. Grayscale: #828282. Windows color (decimal): -15421507 or 12431124. OLE color: 12431124.

HSL color Cylindrical-coordinate representation of color #14AFBD: hue angle of 184.97º 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 #14AFBD is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 175 189 -
CMYK 0.89 0.07 0 0.26
HSL 184.97º 0.81% 0.41% -
HSV(B) 184.97º 0.89% 0.74% -
XYZ 24.8 34.48 53.49 -
YUV 130.25 161.15 49.36 -
System Red Green Blue C M Y K H S L
Decimal 20 175 189 0.89 0.07 0 0.26 184.97 0.81 0.41
Hex 14 AF BD 59 7 0 1A B9 51 29
Octal 24 257 275 131 7 0 32 271 121 51
Binary 10100 10101111 10111101 1011001 111 0 11010 10111001 1010001 101001

Color Harmonies of #14AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFBD

Black with #14AFBD

Text Example


Text Example

White with #14AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,175,189); }

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

background-color css

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

 a { background-color: rgb(20,175,189); }

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

border-color css

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

 span { border-color: rgb(20,175,189); }

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