Html Css Color HEX #14AFBF Iris Blue

📋 copy color: '#14AFBF'

red 20 ◦ green 175 ◦ blue 191

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

Shades of Iris Blue #14AFBF

Tints of Iris Blue #14AFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 5.18%
G = 45.34%
B = 49.48%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14AFBF (or 0x14AFBF) is known color: Iris Blue. HEX triplet: 14, AF and BF. RGB value is (20,175,191). Sum of RGB (Red+Green+Blue) = 20+175+191=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #14AFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFBF is #EB5040. Grayscale: #828282. Windows color (decimal): -15421505 or 12562196. OLE color: 12562196.

HSL color Cylindrical-coordinate representation of color #14AFBF: hue angle of 185.61º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AFBF is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 175 191 -
CMYK 0.90 0.08 0 0.25
HSL 185.61º 0.81% 0.41% -
HSV(B) 185.61º 0.9% 0.75% -
XYZ 25.02 34.57 54.64 -
YUV 130.48 162.15 49.2 -
System Red Green Blue C M Y K H S L
Decimal 20 175 191 0.90 0.08 0 0.25 185.61 0.81 0.41
Hex 14 AF BF 5A 8 0 19 BA 51 29
Octal 24 257 277 132 10 0 31 272 121 51
Binary 10100 10101111 10111111 1011010 1000 0 11001 10111010 1010001 101001

Color Harmonies of #14AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AFBF

Black with #14AFBF

Text Example


Text Example

White with #14AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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