Html Css Color HEX #14BABC Iris Blue

📋 copy color: '#14BABC'

red 20 ◦ green 186 ◦ blue 188

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

Shades of Iris Blue #14BABC

Tints of Iris Blue #14BABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.21%

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 5.08%
G = 47.21%
B = 47.72%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#14BABC (or 0x14BABC) is known color: Iris Blue. HEX triplet: 14, BA and BC. RGB value is (20,186,188). Sum of RGB (Red+Green+Blue) = 20+186+188=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #14BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BABC is #EB4543. Grayscale: #888888. Windows color (decimal): -15418692 or 12368404. OLE color: 12368404.

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

Color convert

RGB 20 186 188 -
CMYK 0.89 0.01 0 0.26
HSL 180.71º 0.81% 0.41% -
HSV(B) 180.71º 0.89% 0.74% -
XYZ 26.92 38.9 53.67 -
YUV 136.59 157 44.84 -
System Red Green Blue C M Y K H S L
Decimal 20 186 188 0.89 0.01 0 0.26 180.71 0.81 0.41
Hex 14 BA BC 59 1 0 1A B5 51 29
Octal 24 272 274 131 1 0 32 265 121 51
Binary 10100 10111010 10111100 1011001 1 0 11010 10110101 1010001 101001

Color Harmonies of #14BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BABC

Black with #14BABC

Text Example


Text Example

White with #14BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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