Html Css Color HEX #14B2BE Iris Blue

📋 copy color: '#14B2BE'

red 20 ◦ green 178 ◦ blue 190

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

Shades of Iris Blue #14B2BE

Tints of Iris Blue #14B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.88%

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 5.15%
G = 45.88%
B = 48.97%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14B2BE (or 0x14B2BE) is known color: Iris Blue. HEX triplet: 14, B2 and BE. RGB value is (20,178,190). Sum of RGB (Red+Green+Blue) = 20+178+190=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #14B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2BE is #EB4D41. Grayscale: #838383. Windows color (decimal): -15420738 or 12497428. OLE color: 12497428.

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

Color convert

RGB 20 178 190 -
CMYK 0.89 0.06 0 0.25
HSL 184.24º 0.81% 0.41% -
HSV(B) 184.24º 0.89% 0.75% -
XYZ 25.5 35.71 54.26 -
YUV 132.13 160.65 48.02 -
System Red Green Blue C M Y K H S L
Decimal 20 178 190 0.89 0.06 0 0.25 184.24 0.81 0.41
Hex 14 B2 BE 59 6 0 19 B8 51 29
Octal 24 262 276 131 6 0 31 270 121 51
Binary 10100 10110010 10111110 1011001 110 0 11001 10111000 1010001 101001

Color Harmonies of #14B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B2BE

Black with #14B2BE

Text Example


Text Example

White with #14B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,178,190); }

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

background-color css

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

 a { background-color: rgb(20,178,190); }

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

border-color css

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

 span { border-color: rgb(20,178,190); }

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