#13AABD

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

Shades of Iris Blue #13AABD

Tints of Iris Blue #13AABD

Color information

#13AABD (or 0x13AABD) is unknown color: approx Iris Blue. HEX triplet: 13, AA and BD. RGB value is (19,170,189). Sum of RGB (Red+Green+Blue) = 19+170+189=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #13AABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AABD is #EC5542. Grayscale: #7E7E7E. Windows color (decimal): -15488323 or 12429843. OLE color: 12429843.

HSL color Cylindrical-coordinate representation of color #13AABD: hue angle of 186.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AABD is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB19170189-
CMYK0.900.1000.26
HSL186.71º81.73%40.78%-
HSV(B)186.71º89.95%74.12%-
XYZ23.8332.5653.17-
YUV127.02162.9750.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.03%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 189 (74.22% from 255) = 50%
R=5.03%
G=44.97%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191701890.900.1000.26186.7181.7340.78
Hex13AABD5AA01Abb5229
Octal232522751321203227312251
Binary10011101010101011110110110101010011010101110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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