#02AEB2

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

Shades of Iris Blue #02AEB2

Tints of Iris Blue #02AEB2

Color information

#02AEB2 (or 0x02AEB2) is unknown color: approx Iris Blue. HEX triplet: 02, AE and B2. RGB value is (2,174,178). Sum of RGB (Red+Green+Blue) = 2+174+178=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #02AEB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AEB2 is #FD514D. Grayscale: #7A7A7A. Windows color (decimal): -16601422 or 11709954. OLE color: 11709954.

HSL color Cylindrical-coordinate representation of color #02AEB2: hue angle of 181.36º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AEB2 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2174178-
CMYK0.990.0200.30
HSL181.36º97.78%35.29%-
HSV(B)181.36º98.88%69.8%-
XYZ23.233.547.36-
YUV123.03159.0241.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 174 (68.36% from 255) = 49.15%
BLUE value IS 178 (69.92% from 255) = 50.28%
R=0.56%
G=49.15%
B=50.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21741780.990.0200.30181.3697.7835.29
Hex2AEB263201Eb56223
Octal2256262143203626514243
Binary101010111010110010110001110011110101101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02AEB2; }

 p { color: rgb(2,174,178); }

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

<style>
 a { background-color: #02AEB2; }

 a { background-color: rgb(2,174,178); }

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

<style>
 span { border-color: #02AEB2; }

 span { border-color: rgb(2,174,178); }

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