Html Css Color HEX #14B1BB Iris Blue

📋 copy color: '#14B1BB'

red 20 ◦ green 177 ◦ blue 187

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

Shades of Iris Blue #14B1BB

Tints of Iris Blue #14B1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.09%

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 5.21%
G = 46.09%
B = 48.7%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#14B1BB (or 0x14B1BB) is known color: Iris Blue. HEX triplet: 14, B1 and BB. RGB value is (20,177,187). Sum of RGB (Red+Green+Blue) = 20+177+187=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #14B1BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B1BB is #EB4E44. Grayscale: #838383. Windows color (decimal): -15420997 or 12300564. OLE color: 12300564.

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

Color convert

RGB 20 177 187 -
CMYK 0.89 0.05 0 0.27
HSL 183.59º 0.81% 0.41% -
HSV(B) 183.59º 0.89% 0.73% -
XYZ 24.98 35.18 52.49 -
YUV 131.2 159.49 48.69 -
System Red Green Blue C M Y K H S L
Decimal 20 177 187 0.89 0.05 0 0.27 183.59 0.81 0.41
Hex 14 B1 BB 59 5 0 1B B8 51 29
Octal 24 261 273 131 5 0 33 270 121 51
Binary 10100 10110001 10111011 1011001 101 0 11011 10111000 1010001 101001

Color Harmonies of #14B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B1BB

Black with #14B1BB

Text Example


Text Example

White with #14B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,177,187); }

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

background-color css

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

 a { background-color: rgb(20,177,187); }

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

border-color css

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

 span { border-color: rgb(20,177,187); }

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