Html Css Color HEX #14B0BF Iris Blue

📋 copy color: '#14B0BF'

red 20 ◦ green 176 ◦ blue 191

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

Shades of Iris Blue #14B0BF

Tints of Iris Blue #14B0BF

RGB

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

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

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

R = 5.17%
G = 45.48%
B = 49.35%

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

#14B0BF (or 0x14B0BF) is known color: Iris Blue. HEX triplet: 14, B0 and BF. RGB value is (20,176,191). Sum of RGB (Red+Green+Blue) = 20+176+191=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #14B0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0BF is #EB4F40. Grayscale: #828282. Windows color (decimal): -15421249 or 12562452. OLE color: 12562452.

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

Color convert

RGB 20 176 191 -
CMYK 0.90 0.08 0 0.25
HSL 185.26º 0.81% 0.41% -
HSV(B) 185.26º 0.9% 0.75% -
XYZ 25.22 34.96 54.71 -
YUV 131.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 20 176 191 0.90 0.08 0 0.25 185.26 0.81 0.41
Hex 14 B0 BF 5A 8 0 19 B9 51 29
Octal 24 260 277 132 10 0 31 271 121 51
Binary 10100 10110000 10111111 1011010 1000 0 11001 10111001 1010001 101001

Color Harmonies of #14B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B0BF

Black with #14B0BF

Text Example


Text Example

White with #14B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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