Html Css Color HEX #14BDBF Iris Blue

📋 copy color: '#14BDBF'

red 20 ◦ green 189 ◦ blue 191

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

Shades of Iris Blue #14BDBF

Tints of Iris Blue #14BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.25%

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

R = 5%
G = 47.25%
B = 47.75%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14BDBF (or 0x14BDBF) is known color: Iris Blue. HEX triplet: 14, BD and BF. RGB value is (20,189,191). Sum of RGB (Red+Green+Blue) = 20+189+191=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #14BDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDBF is #EB4240. Grayscale: #8A8A8A. Windows color (decimal): -15417921 or 12565780. OLE color: 12565780.

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

Color convert

RGB 20 189 191 -
CMYK 0.90 0.01 0 0.25
HSL 180.7º 0.81% 0.41% -
HSV(B) 180.7º 0.9% 0.75% -
XYZ 27.89 40.31 55.6 -
YUV 138.7 157.51 43.34 -
System Red Green Blue C M Y K H S L
Decimal 20 189 191 0.90 0.01 0 0.25 180.7 0.81 0.41
Hex 14 BD BF 5A 1 0 19 B5 51 29
Octal 24 275 277 132 1 0 31 265 121 51
Binary 10100 10111101 10111111 1011010 1 0 11001 10110101 1010001 101001

Color Harmonies of #14BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDBF

Black with #14BDBF

Text Example


Text Example

White with #14BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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