#02BFBE

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

Shades of Iris Blue #02BFBE

Tints of Iris Blue #02BFBE

Color information

#02BFBE (or 0x02BFBE) is unknown color: approx Iris Blue. HEX triplet: 02, BF and BE. RGB value is (2,191,190). Sum of RGB (Red+Green+Blue) = 2+191+190=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #02BFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFBE is #FD4041. Grayscale: #868686. Windows color (decimal): -16597058 or 12500738. OLE color: 12500738.

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

Color convert

RGB2191190-
CMYK0.9900.010.25
HSL179.68º97.93%37.84%-
HSV(B)179.68º98.95%74.9%-
XYZ27.9540.9955.15-
YUV134.38159.3833.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=0.52%
G=49.87%
B=49.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21911900.9900.010.25179.6897.9337.84
Hex2BFBE630119b46226
Octal2277276143013126414246
Binary10101111111011111011000110111001101101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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