#02BAC0

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

Shades of Iris Blue #02BAC0

Tints of Iris Blue #02BAC0

Color information

#02BAC0 (or 0x02BAC0) is unknown color: approx Iris Blue. HEX triplet: 02, BA and C0. RGB value is (2,186,192). Sum of RGB (Red+Green+Blue) = 2+186+192=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #02BAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BAC0 is #FD453F. Grayscale: #838383. Windows color (decimal): -16598336 or 12630530. OLE color: 12630530.

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

Color convert

RGB2186192-
CMYK0.990.0300.25
HSL181.89º97.94%38.04%-
HSV(B)181.89º98.96%75.29%-
XYZ27.138.9455.96-
YUV131.67162.0435.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=0.53%
G=48.95%
B=50.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21861920.990.0300.25181.8997.9438.04
Hex2BAC0633019b66226
Octal2272300143303126614246
Binary101011101011000000110001111011001101101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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