Html Css Color HEX #14A8BD Iris Blue

📋 copy color: '#14A8BD'

red 20 ◦ green 168 ◦ blue 189

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

Shades of Iris Blue #14A8BD

Tints of Iris Blue #14A8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 5.31%
G = 44.56%
B = 50.13%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14A8BD (or 0x14A8BD) is known color: Iris Blue. HEX triplet: 14, A8 and BD. RGB value is (20,168,189). Sum of RGB (Red+Green+Blue) = 20+168+189=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #14A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8BD is #EB5742. Grayscale: #7D7D7D. Windows color (decimal): -15423299 or 12429332. OLE color: 12429332.

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

Color convert

RGB 20 168 189 -
CMYK 0.89 0.11 0 0.26
HSL 187.46º 0.81% 0.41% -
HSV(B) 187.46º 0.89% 0.74% -
XYZ 23.48 31.83 53.05 -
YUV 126.14 163.47 52.29 -
System Red Green Blue C M Y K H S L
Decimal 20 168 189 0.89 0.11 0 0.26 187.46 0.81 0.41
Hex 14 A8 BD 59 B 0 1A BB 51 29
Octal 24 250 275 131 13 0 32 273 121 51
Binary 10100 10101000 10111101 1011001 1011 0 11010 10111011 1010001 101001

Color Harmonies of #14A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8BD

Black with #14A8BD

Text Example


Text Example

White with #14A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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