Html Css Color HEX #14BFBF Iris Blue

📋 copy color: '#14BFBF'

red 20 ◦ green 191 ◦ blue 191

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

Shades of Iris Blue #14BFBF

Tints of Iris Blue #14BFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 47.51%

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

R = 4.98%
G = 47.51%
B = 47.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14BFBF (or 0x14BFBF) is known color: Iris Blue. HEX triplet: 14, BF and BF. RGB value is (20,191,191). Sum of RGB (Red+Green+Blue) = 20+191+191=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #14BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFBF is #EB4040. Grayscale: #8B8B8B. Windows color (decimal): -15417409 or 12566292. OLE color: 12566292.

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

Color convert

RGB 20 191 191 -
CMYK 0.90 0 0 0.25
HSL 180º 0.81% 0.41% -
HSV(B) 180º 0.9% 0.75% -
XYZ 28.32 41.17 55.74 -
YUV 139.87 156.85 42.5 -
System Red Green Blue C M Y K H S L
Decimal 20 191 191 0.90 0 0 0.25 180 0.81 0.41
Hex 14 BF BF 5A 0 0 19 B4 51 29
Octal 24 277 277 132 0 0 31 264 121 51
Binary 10100 10111111 10111111 1011010 0 0 11001 10110100 1010001 101001

Color Harmonies of #14BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFBF

Black with #14BFBF

Text Example


Text Example

White with #14BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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