#02BAE1

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

Shades of Iris Blue #02BAE1

Tints of Iris Blue #02BAE1

Color information

#02BAE1 (or 0x02BAE1) is unknown color: approx Iris Blue. HEX triplet: 02, BA and E1. RGB value is (2,186,225). Sum of RGB (Red+Green+Blue) = 2+186+225=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #02BAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BAE1 is #FD451E. Grayscale: #878787. Windows color (decimal): -16598303 or 14793218. OLE color: 14793218.

HSL color Cylindrical-coordinate representation of color #02BAE1: hue angle of 190.49º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BAE1 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2186225-
CMYK0.990.1700.12
HSL190.49º98.24%44.51%-
HSV(B)190.49º99.11%88.24%-
XYZ31.1740.5777.42-
YUV135.43178.5432.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.48%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=0.48%
G=45.04%
B=54.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21862250.990.1700.12190.4998.2444.51
Hex2BAE163110Cbe622d
Octal22723411432101427614255
Binary10101110101110000111000111000101100101111101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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