#18AEC6

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

Shades of Iris Blue #18AEC6

Tints of Iris Blue #18AEC6

Color information

#18AEC6 (or 0x18AEC6) is unknown color: approx Iris Blue. HEX triplet: 18, AE and C6. RGB value is (24,174,198). Sum of RGB (Red+Green+Blue) = 24+174+198=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #18AEC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEC6 is #E75139. Grayscale: #838383. Windows color (decimal): -15159610 or 13020696. OLE color: 13020696.

HSL color Cylindrical-coordinate representation of color #18AEC6: hue angle of 188.28º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AEC6 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB24174198-
CMYK0.880.1200.22
HSL188.28º78.38%43.53%-
HSV(B)188.28º87.88%77.65%-
XYZ25.7134.5458.74-
YUV131.89165.351.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.06%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 198 (77.73% from 255) = 50%
R=6.06%
G=43.94%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal241741980.880.1200.22188.2878.3843.53
Hex18AEC658C016bc4e2c
Octal302563061301402627411654
Binary11000101011101100011010110001100010110101111001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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