#02AEBF

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

Shades of Iris Blue #02AEBF

Tints of Iris Blue #02AEBF

Color information

#02AEBF (or 0x02AEBF) is unknown color: approx Iris Blue. HEX triplet: 02, AE and BF. RGB value is (2,174,191). Sum of RGB (Red+Green+Blue) = 2+174+191=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #02AEBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AEBF is #FD5140. Grayscale: #7C7C7C. Windows color (decimal): -16601409 or 12561922. OLE color: 12561922.

HSL color Cylindrical-coordinate representation of color #02AEBF: hue angle of 185.4º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AEBF is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2174191-
CMYK0.990.0900.25
HSL185.4º97.93%37.84%-
HSV(B)185.4º98.95%74.9%-
XYZ24.5734.0554.57-
YUV124.51165.5240.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 174 (68.36% from 255) = 47.41%
BLUE value IS 191 (75% from 255) = 52.04%
R=0.54%
G=47.41%
B=52.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21741910.990.0900.25185.497.9337.84
Hex2AEBF639019b96226
Octal22562771431103127114246
Binary10101011101011111111000111001011001101110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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