#06AEC6

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

Shades of Iris Blue #06AEC6

Tints of Iris Blue #06AEC6

Color information

#06AEC6 (or 0x06AEC6) is unknown color: approx Iris Blue. HEX triplet: 06, AE and C6. RGB value is (6,174,198). Sum of RGB (Red+Green+Blue) = 6+174+198=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #06AEC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AEC6 is #F95139. Grayscale: #7E7E7E. Windows color (decimal): -16339258 or 13020678. OLE color: 13020678.

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

Color convert

RGB6174198-
CMYK0.970.1200.22
HSL187.5º94.12%40%-
HSV(B)187.5º96.97%77.65%-
XYZ25.434.3958.72-
YUV126.5168.3442.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.59%
GREEN value IS 174 (68.36% from 255) = 46.03%
BLUE value IS 198 (77.73% from 255) = 52.38%
R=1.59%
G=46.03%
B=52.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61741980.970.1200.22187.594.1240
Hex6AEC661C016bc5e28
Octal62563061411402627413650
Binary110101011101100011011000011100010110101111001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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