#13A9E2

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

Shades of Iris Blue #13A9E2

Tints of Iris Blue #13A9E2

Color information

#13A9E2 (or 0x13A9E2) is unknown color: approx Iris Blue. HEX triplet: 13, A9 and E2. RGB value is (19,169,226). Sum of RGB (Red+Green+Blue) = 19+169+226=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 226 (88.67% from 255 or 54.59% from 414); Max value from RGB is 226 - color contains mainly: blue. Hex color #13A9E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A9E2 is #EC561D. Grayscale: #828282. Windows color (decimal): -15488542 or 14854419. OLE color: 14854419.

HSL color Cylindrical-coordinate representation of color #13A9E2: hue angle of 196.52º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13A9E2 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19169226-
CMYK0.920.2500.11
HSL196.52º84.49%48.04%-
HSV(B)196.52º91.59%88.63%-
XYZ28.1834.0177.03-
YUV130.65181.848.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.59%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 226 (88.67% from 255) = 54.59%
R=4.59%
G=40.82%
B=54.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191692260.920.2500.11196.5284.4948.04
Hex13A9E25C190Bc55430
Octal232513421343101330512460
Binary10011101010011110001010111001100101011110001011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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