#02AEBA

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

Shades of Iris Blue #02AEBA

Tints of Iris Blue #02AEBA

Color information

#02AEBA (or 0x02AEBA) is unknown color: approx Iris Blue. HEX triplet: 02, AE and BA. RGB value is (2,174,186). Sum of RGB (Red+Green+Blue) = 2+174+186=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #02AEBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AEBA is #FD5145. Grayscale: #7B7B7B. Windows color (decimal): -16601414 or 12234242. OLE color: 12234242.

HSL color Cylindrical-coordinate representation of color #02AEBA: hue angle of 183.91º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AEBA is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2174186-
CMYK0.990.0600.27
HSL183.91º97.87%36.86%-
HSV(B)183.91º98.92%72.94%-
XYZ24.0233.8351.72-
YUV123.94163.0241.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 174 (68.36% from 255) = 48.07%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=0.55%
G=48.07%
B=51.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21741860.990.0600.27183.9197.8736.86
Hex2AEBA63601Bb86225
Octal2256272143603327014245
Binary1010101110101110101100011110011011101110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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