#13AEC6

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

Shades of Iris Blue #13AEC6

Tints of Iris Blue #13AEC6

Color information

#13AEC6 (or 0x13AEC6) is unknown color: approx Iris Blue. HEX triplet: 13, AE and C6. RGB value is (19,174,198). Sum of RGB (Red+Green+Blue) = 19+174+198=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #13AEC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AEC6 is #EC5139. Grayscale: #828282. Windows color (decimal): -15487290 or 13020691. OLE color: 13020691.

HSL color Cylindrical-coordinate representation of color #13AEC6: hue angle of 188.04º degrees, saturation: 0.82, 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 #13AEC6 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19174198-
CMYK0.900.1200.22
HSL188.04º82.49%42.55%-
HSV(B)188.04º90.4%77.65%-
XYZ25.634.4958.73-
YUV130.39166.1548.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.86%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 198 (77.73% from 255) = 50.64%
R=4.86%
G=44.50%
B=50.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191741980.900.1200.22188.0482.4942.55
Hex13AEC65AC016bc522b
Octal232563061321402627412253
Binary10011101011101100011010110101100010110101111001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,174,198); }

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

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

 a { background-color: rgb(19,174,198); }

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

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

 span { border-color: rgb(19,174,198); }

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