Html Css Color HEX #14B8BE Iris Blue

📋 copy color: '#14B8BE'

red 20 ◦ green 184 ◦ blue 190

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

Shades of Iris Blue #14B8BE

Tints of Iris Blue #14B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

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

R = 5.08%
G = 46.7%
B = 48.22%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14B8BE (or 0x14B8BE) is known color: Iris Blue. HEX triplet: 14, B8 and BE. RGB value is (20,184,190). Sum of RGB (Red+Green+Blue) = 20+184+190=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #14B8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B8BE is #EB4741. Grayscale: #878787. Windows color (decimal): -15419202 or 12498964. OLE color: 12498964.

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

Color convert

RGB 20 184 190 -
CMYK 0.89 0.03 0 0.25
HSL 182.12º 0.81% 0.41% -
HSV(B) 182.12º 0.89% 0.75% -
XYZ 26.72 38.15 54.67 -
YUV 135.65 158.67 45.51 -
System Red Green Blue C M Y K H S L
Decimal 20 184 190 0.89 0.03 0 0.25 182.12 0.81 0.41
Hex 14 B8 BE 59 3 0 19 B6 51 29
Octal 24 270 276 131 3 0 31 266 121 51
Binary 10100 10111000 10111110 1011001 11 0 11001 10110110 1010001 101001

Color Harmonies of #14B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B8BE

Black with #14B8BE

Text Example


Text Example

White with #14B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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