#13AABE

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

Shades of Iris Blue #13AABE

Tints of Iris Blue #13AABE

Color information

#13AABE (or 0x13AABE) is unknown color: approx Iris Blue. HEX triplet: 13, AA and BE. RGB value is (19,170,190). Sum of RGB (Red+Green+Blue) = 19+170+190=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #13AABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AABE is #EC5541. Grayscale: #7E7E7E. Windows color (decimal): -15488322 or 12495379. OLE color: 12495379.

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

Color convert

RGB19170190-
CMYK0.900.1100.25
HSL187.02º81.82%40.98%-
HSV(B)187.02º90%74.51%-
XYZ23.9432.6153.75-
YUV127.13163.4750.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.01%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=5.01%
G=44.85%
B=50.13%

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
Decimal191701900.900.1100.25187.0281.8240.98
Hex13AABE5AB019bb5229
Octal232522761321303127312251
Binary10011101010101011111010110101011011001101110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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