#13ACC7

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

Shades of Iris Blue #13ACC7

Tints of Iris Blue #13ACC7

Color information

#13ACC7 (or 0x13ACC7) is unknown color: approx Iris Blue. HEX triplet: 13, AC and C7. RGB value is (19,172,199). Sum of RGB (Red+Green+Blue) = 19+172+199=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #13ACC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACC7 is #EC5338. Grayscale: #818181. Windows color (decimal): -15487801 or 13085715. OLE color: 13085715.

HSL color Cylindrical-coordinate representation of color #13ACC7: hue angle of 189º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ACC7 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19172199-
CMYK0.900.1400.22
HSL189º82.57%42.75%-
HSV(B)189º90.45%78.04%-
XYZ25.3333.7759.22-
YUV129.33167.3149.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.87%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 199 (78.12% from 255) = 51.03%
R=4.87%
G=44.10%
B=51.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191721990.900.1400.2218982.5742.75
Hex13ACC75AE016bd532b
Octal232543071321602627512353
Binary10011101011001100011110110101110010110101111011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13ACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,172,199); }

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

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

 a { background-color: rgb(19,172,199); }

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

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

 span { border-color: rgb(19,172,199); }

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