#02ADBA

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

Shades of Iris Blue #02ADBA

Tints of Iris Blue #02ADBA

Color information

#02ADBA (or 0x02ADBA) is unknown color: approx Iris Blue. HEX triplet: 02, AD and BA. RGB value is (2,173,186). Sum of RGB (Red+Green+Blue) = 2+173+186=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #02ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADBA is #FD5245. Grayscale: #7B7B7B. Windows color (decimal): -16601670 or 12233986. OLE color: 12233986.

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

Color convert

RGB2173186-
CMYK0.990.0700.27
HSL184.24º97.87%36.86%-
HSV(B)184.24º98.92%72.94%-
XYZ23.8333.4551.65-
YUV123.35163.3541.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=0.55%
G=47.92%
B=51.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21731860.990.0700.27184.2497.8736.86
Hex2ADBA63701Bb86225
Octal2255272143703327014245
Binary1010101101101110101100011111011011101110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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