Html Css Color HEX #14B0BE Iris Blue

📋 copy color: '#14B0BE'

red 20 ◦ green 176 ◦ blue 190

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

Shades of Iris Blue #14B0BE

Tints of Iris Blue #14B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

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

R = 5.18%
G = 45.6%
B = 49.22%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14B0BE (or 0x14B0BE) is known color: Iris Blue. HEX triplet: 14, B0 and BE. RGB value is (20,176,190). Sum of RGB (Red+Green+Blue) = 20+176+190=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #14B0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0BE is #EB4F41. Grayscale: #828282. Windows color (decimal): -15421250 or 12496916. OLE color: 12496916.

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

Color convert

RGB 20 176 190 -
CMYK 0.89 0.07 0 0.25
HSL 184.94º 0.81% 0.41% -
HSV(B) 184.94º 0.89% 0.75% -
XYZ 25.11 34.92 54.13 -
YUV 130.95 161.32 48.86 -
System Red Green Blue C M Y K H S L
Decimal 20 176 190 0.89 0.07 0 0.25 184.94 0.81 0.41
Hex 14 B0 BE 59 7 0 19 B9 51 29
Octal 24 260 276 131 7 0 31 271 121 51
Binary 10100 10110000 10111110 1011001 111 0 11001 10111001 1010001 101001

Color Harmonies of #14B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B0BE

Black with #14B0BE

Text Example


Text Example

White with #14B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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