Html Css Color HEX #14BBBE Iris Blue

📋 copy color: '#14BBBE'

red 20 ◦ green 187 ◦ blue 190

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

Shades of Iris Blue #14BBBE

Tints of Iris Blue #14BBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 5.04%
G = 47.1%
B = 47.86%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14BBBE (or 0x14BBBE) is known color: Iris Blue. HEX triplet: 14, BB and BE. RGB value is (20,187,190). Sum of RGB (Red+Green+Blue) = 20+187+190=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #14BBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBBE is #EB4441. Grayscale: #898989. Windows color (decimal): -15418434 or 12499732. OLE color: 12499732.

HSL color Cylindrical-coordinate representation of color #14BBBE: hue angle of 181.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BBBE is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 187 190 -
CMYK 0.89 0.02 0 0.25
HSL 181.06º 0.81% 0.41% -
HSV(B) 181.06º 0.89% 0.75% -
XYZ 27.35 39.41 54.88 -
YUV 137.41 157.67 44.26 -
System Red Green Blue C M Y K H S L
Decimal 20 187 190 0.89 0.02 0 0.25 181.06 0.81 0.41
Hex 14 BB BE 59 2 0 19 B5 51 29
Octal 24 273 276 131 2 0 31 265 121 51
Binary 10100 10111011 10111110 1011001 10 0 11001 10110101 1010001 101001

Color Harmonies of #14BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBBE

Black with #14BBBE

Text Example


Text Example

White with #14BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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