Html Css Color HEX #14BCC1 Iris Blue

📋 copy color: '#14BCC1'

red 20 ◦ green 188 ◦ blue 193

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

Shades of Iris Blue #14BCC1

Tints of Iris Blue #14BCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.88%

 BLUE value IS 193 (75.78% from 255) = 48.13%

R = 4.99%
G = 46.88%
B = 48.13%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#14BCC1 (or 0x14BCC1) is known color: Iris Blue. HEX triplet: 14, BC and C1. RGB value is (20,188,193). Sum of RGB (Red+Green+Blue) = 20+188+193=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #14BCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCC1 is #EB433E. Grayscale: #8A8A8A. Windows color (decimal): -15418175 or 12696596. OLE color: 12696596.

HSL color Cylindrical-coordinate representation of color #14BCC1: hue angle of 181.73º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BCC1 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 188 193 -
CMYK 0.90 0.03 0 0.24
HSL 181.73º 0.81% 0.42% -
HSV(B) 181.73º 0.9% 0.76% -
XYZ 27.9 39.97 56.7 -
YUV 138.34 158.84 43.59 -
System Red Green Blue C M Y K H S L
Decimal 20 188 193 0.90 0.03 0 0.24 181.73 0.81 0.42
Hex 14 BC C1 5A 3 0 18 B6 51 2A
Octal 24 274 301 132 3 0 30 266 121 52
Binary 10100 10111100 11000001 1011010 11 0 11000 10110110 1010001 101010

Color Harmonies of #14BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCC1

Black with #14BCC1

Text Example


Text Example

White with #14BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,193); }

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

background-color css

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

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

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

border-color css

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

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

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