#02BEC3

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

Shades of Iris Blue #02BEC3

Tints of Iris Blue #02BEC3

Color information

#02BEC3 (or 0x02BEC3) is unknown color: approx Iris Blue. HEX triplet: 02, BE and C3. RGB value is (2,190,195). Sum of RGB (Red+Green+Blue) = 2+190+195=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #02BEC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEC3 is #FD413C. Grayscale: #868686. Windows color (decimal): -16597309 or 12828162. OLE color: 12828162.

HSL color Cylindrical-coordinate representation of color #02BEC3: hue angle of 181.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BEC3 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2190195-
CMYK0.990.0300.24
HSL181.55º97.97%38.63%-
HSV(B)181.55º98.97%76.47%-
XYZ28.2940.7858.01-
YUV134.36162.2233.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 190 (74.61% from 255) = 49.10%
BLUE value IS 195 (76.56% from 255) = 50.39%
R=0.52%
G=49.10%
B=50.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21901950.990.0300.24181.5597.9738.63
Hex2BEC3633018b66227
Octal2276303143303026614247
Binary101011111011000011110001111011000101101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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