Html Css Color HEX #14B4BD Iris Blue

📋 copy color: '#14B4BD'

red 20 ◦ green 180 ◦ blue 189

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

Shades of Iris Blue #14B4BD

Tints of Iris Blue #14B4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 5.14%
G = 46.27%
B = 48.59%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14B4BD (or 0x14B4BD) is known color: Iris Blue. HEX triplet: 14, B4 and BD. RGB value is (20,180,189). Sum of RGB (Red+Green+Blue) = 20+180+189=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #14B4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B4BD is #EB4B42. Grayscale: #848484. Windows color (decimal): -15420227 or 12432404. OLE color: 12432404.

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

Color convert

RGB 20 180 189 -
CMYK 0.89 0.05 0 0.26
HSL 183.2º 0.81% 0.41% -
HSV(B) 183.2º 0.89% 0.74% -
XYZ 25.8 36.47 53.82 -
YUV 133.19 159.49 47.27 -
System Red Green Blue C M Y K H S L
Decimal 20 180 189 0.89 0.05 0 0.26 183.2 0.81 0.41
Hex 14 B4 BD 59 5 0 1A B7 51 29
Octal 24 264 275 131 5 0 32 267 121 51
Binary 10100 10110100 10111101 1011001 101 0 11010 10110111 1010001 101001

Color Harmonies of #14B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B4BD

Black with #14B4BD

Text Example


Text Example

White with #14B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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