#13A9BE

Color #13A9BE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #13A9BE

Tints of Iris Blue #13A9BE

Color information

#13A9BE (or 0x13A9BE) is unknown color: approx Iris Blue. HEX triplet: 13, A9 and BE. RGB value is (19,169,190). Sum of RGB (Red+Green+Blue) = 19+169+190=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #13A9BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A9BE is #EC5641. Grayscale: #7E7E7E. Windows color (decimal): -15488578 or 12495123. OLE color: 12495123.

HSL color Cylindrical-coordinate representation of color #13A9BE: hue angle of 187.37º degrees, saturation: 0.82, 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 #13A9BE is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19169190-
CMYK0.900.1100.25
HSL187.37º81.82%40.98%-
HSV(B)187.37º90%74.51%-
XYZ23.7532.2353.68-
YUV126.54163.851.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.03%
GREEN value IS 169 (66.41% from 255) = 44.71%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=5.03%
G=44.71%
B=50.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191691900.900.1100.25187.3781.8240.98
Hex13A9BE5AB019bb5229
Octal232512761321303127312251
Binary10011101010011011111010110101011011001101110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13A9BE; }

 p { color: rgb(19,169,190); }

 H1.HeaderClassName
 {
   color: #13A9BE;
 }
 .AnyTagClassName
 {
   color: #13A9BE;
 }
</style>
background-color css

<style>
 a { background-color: #13A9BE; }

 a { background-color: rgb(19,169,190); }

 div.DivClassName
 {
   background-color: #13A9BE;
 }
 .BgClassName
 {
   background-color: #13A9BE;
 }
</style>
border-color css

<style>
 span { border-color: #13A9BE; }

 span { border-color: rgb(19,169,190); }

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