#02A9BE

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

Shades of Iris Blue #02A9BE

Tints of Iris Blue #02A9BE

Color information

#02A9BE (or 0x02A9BE) is unknown color: approx Iris Blue. HEX triplet: 02, A9 and BE. RGB value is (2,169,190). Sum of RGB (Red+Green+Blue) = 2+169+190=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #02A9BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A9BE is #FD5641. Grayscale: #797979. Windows color (decimal): -16602690 or 12495106. OLE color: 12495106.

HSL color Cylindrical-coordinate representation of color #02A9BE: hue angle of 186.7º 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 #02A9BE is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2169190-
CMYK0.990.1100.25
HSL186.7º97.92%37.65%-
HSV(B)186.7º98.95%74.51%-
XYZ23.5132.1153.67-
YUV121.46166.6742.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 169 (66.41% from 255) = 46.81%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=0.55%
G=46.81%
B=52.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21691900.990.1100.25186.797.9237.65
Hex2A9BE63B019bb6226
Octal22512761431303127314246
Binary10101010011011111011000111011011001101110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,169,190); }

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

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

 a { background-color: rgb(2,169,190); }

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

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

 span { border-color: rgb(2,169,190); }

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