#02ACBA

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

Shades of Iris Blue #02ACBA

Tints of Iris Blue #02ACBA

Color information

#02ACBA (or 0x02ACBA) is unknown color: approx Iris Blue. HEX triplet: 02, AC and BA. RGB value is (2,172,186). Sum of RGB (Red+Green+Blue) = 2+172+186=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #02ACBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACBA is #FD5345. Grayscale: #7A7A7A. Windows color (decimal): -16601926 or 12233730. OLE color: 12233730.

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

Color convert

RGB2172186-
CMYK0.990.0800.27
HSL184.57º97.87%36.86%-
HSV(B)184.57º98.92%72.94%-
XYZ23.6433.0651.59-
YUV122.77163.6841.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=0.56%
G=47.78%
B=51.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21721860.990.0800.27184.5797.8736.86
Hex2ACBA63801Bb96225
Octal22542721431003327114245
Binary10101011001011101011000111000011011101110011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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