#06AEBC

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

Shades of Iris Blue #06AEBC

Tints of Iris Blue #06AEBC

Color information

#06AEBC (or 0x06AEBC) is unknown color: approx Iris Blue. HEX triplet: 06, AE and BC. RGB value is (6,174,188). Sum of RGB (Red+Green+Blue) = 6+174+188=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #06AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AEBC is #F95143. Grayscale: #7D7D7D. Windows color (decimal): -16339268 or 12365318. OLE color: 12365318.

HSL color Cylindrical-coordinate representation of color #06AEBC: hue angle of 184.62º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AEBC is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6174188-
CMYK0.970.0700.26
HSL184.62º93.81%38.04%-
HSV(B)184.62º96.81%73.73%-
XYZ24.2933.9452.85-
YUV125.36163.3442.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.63%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=1.63%
G=47.28%
B=51.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61741880.970.0700.26184.6293.8138.04
Hex6AEBC61701Ab95e26
Octal6256274141703227113646
Binary11010101110101111001100001111011010101110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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