Html Css Color HEX #14BBBF Iris Blue

📋 copy color: '#14BBBF'

red 20 ◦ green 187 ◦ blue 191

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

Shades of Iris Blue #14BBBF

Tints of Iris Blue #14BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.98%

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

R = 5.03%
G = 46.98%
B = 47.99%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14BBBF (or 0x14BBBF) is known color: Iris Blue. HEX triplet: 14, BB and BF. RGB value is (20,187,191). Sum of RGB (Red+Green+Blue) = 20+187+191=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #14BBBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBBF is #EB4440. Grayscale: #898989. Windows color (decimal): -15418433 or 12565268. OLE color: 12565268.

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

Color convert

RGB 20 187 191 -
CMYK 0.90 0.02 0 0.25
HSL 181.4º 0.81% 0.41% -
HSV(B) 181.4º 0.9% 0.75% -
XYZ 27.46 39.45 55.46 -
YUV 137.52 158.17 44.17 -
System Red Green Blue C M Y K H S L
Decimal 20 187 191 0.90 0.02 0 0.25 181.4 0.81 0.41
Hex 14 BB BF 5A 2 0 19 B5 51 29
Octal 24 273 277 132 2 0 31 265 121 51
Binary 10100 10111011 10111111 1011010 10 0 11001 10110101 1010001 101001

Color Harmonies of #14BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBBF

Black with #14BBBF

Text Example


Text Example

White with #14BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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