Html Css Color HEX #14BABF Iris Blue

📋 copy color: '#14BABF'

red 20 ◦ green 186 ◦ blue 191

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

Shades of Iris Blue #14BABF

Tints of Iris Blue #14BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

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

R = 5.04%
G = 46.85%
B = 48.11%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14BABF (or 0x14BABF) is known color: Iris Blue. HEX triplet: 14, BA and BF. RGB value is (20,186,191). Sum of RGB (Red+Green+Blue) = 20+186+191=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #14BABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BABF is #EB4540. Grayscale: #888888. Windows color (decimal): -15418689 or 12565012. OLE color: 12565012.

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

Color convert

RGB 20 186 191 -
CMYK 0.90 0.03 0 0.25
HSL 181.75º 0.81% 0.41% -
HSV(B) 181.75º 0.9% 0.75% -
XYZ 27.25 39.03 55.39 -
YUV 136.94 158.5 44.59 -
System Red Green Blue C M Y K H S L
Decimal 20 186 191 0.90 0.03 0 0.25 181.75 0.81 0.41
Hex 14 BA BF 5A 3 0 19 B6 51 29
Octal 24 272 277 132 3 0 31 266 121 51
Binary 10100 10111010 10111111 1011010 11 0 11001 10110110 1010001 101001

Color Harmonies of #14BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BABF

Black with #14BABF

Text Example


Text Example

White with #14BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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