#13ABE3

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

Shades of Iris Blue #13ABE3

Tints of Iris Blue #13ABE3

Color information

#13ABE3 (or 0x13ABE3) is unknown color: approx Iris Blue. HEX triplet: 13, AB and E3. RGB value is (19,171,227). Sum of RGB (Red+Green+Blue) = 19+171+227=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 227 (89.06% from 255 or 54.44% from 417); Max value from RGB is 227 - color contains mainly: blue. Hex color #13ABE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABE3 is #EC541C. Grayscale: #838383. Windows color (decimal): -15488029 or 14920467. OLE color: 14920467.

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

Color convert

RGB19171227-
CMYK0.920.2500.11
HSL196.15º84.55%48.24%-
HSV(B)196.15º91.63%89.02%-
XYZ28.734.8177.88-
YUV131.94181.6447.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.56%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 227 (89.06% from 255) = 54.44%
R=4.56%
G=41.01%
B=54.44%

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
Decimal191712270.920.2500.11196.1584.5548.24
Hex13ABE35C190Bc45530
Octal232533431343101330412560
Binary10011101010111110001110111001100101011110001001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13ABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,171,227); }

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

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

 a { background-color: rgb(19,171,227); }

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

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

 span { border-color: rgb(19,171,227); }

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