Html Css Color HEX #14BCBD Iris Blue

📋 copy color: '#14BCBD'

red 20 ◦ green 188 ◦ blue 189

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

Shades of Iris Blue #14BCBD

Tints of Iris Blue #14BCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.36%

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 5.04%
G = 47.36%
B = 47.61%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14BCBD (or 0x14BCBD) is known color: Iris Blue. HEX triplet: 14, BC and BD. RGB value is (20,188,189). Sum of RGB (Red+Green+Blue) = 20+188+189=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #14BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCBD is #EB4342. Grayscale: #898989. Windows color (decimal): -15418179 or 12434452. OLE color: 12434452.

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

Color convert

RGB 20 188 189 -
CMYK 0.89 0.01 0 0.26
HSL 180.36º 0.81% 0.41% -
HSV(B) 180.36º 0.89% 0.74% -
XYZ 27.46 39.79 54.38 -
YUV 137.88 156.84 43.92 -
System Red Green Blue C M Y K H S L
Decimal 20 188 189 0.89 0.01 0 0.26 180.36 0.81 0.41
Hex 14 BC BD 59 1 0 1A B4 51 29
Octal 24 274 275 131 1 0 32 264 121 51
Binary 10100 10111100 10111101 1011001 1 0 11010 10110100 1010001 101001

Color Harmonies of #14BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCBD

Black with #14BCBD

Text Example


Text Example

White with #14BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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