#13aae5

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

Shades of Iris Blue #13AAE5

Tints of Iris Blue #13AAE5

Color information

#13AAE5 (or 0x13AAE5) is unknown color: approx Iris Blue. HEX triplet: 13, AA and E5. RGB value is (19,170,229). Sum of RGB (Red+Green+Blue) = 19+170+229=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #13AAE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AAE5 is #EC551A. Grayscale: #838383. Windows color (decimal): -15488283 or 15051283. OLE color: 15051283.

HSL color Cylindrical-coordinate representation of color #13AAE5: hue angle of 196.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13AAE5 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19170229-
CMYK0.920.2600.10
HSL196.86º84.68%48.63%-
HSV(B)196.86º91.7%89.8%-
XYZ28.7934.5579.28-
YUV131.58182.9747.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.55%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 229 (89.84% from 255) = 54.78%
R=4.55%
G=40.67%
B=54.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191702290.920.2600.10196.8684.6848.63
Hex13AAE55C1A0Ac55531
Octal232523451343201230512561
Binary10011101010101110010110111001101001010110001011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13aae5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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