#02B4E2

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

Shades of Iris Blue #02B4E2

Tints of Iris Blue #02B4E2

Color information

#02B4E2 (or 0x02B4E2) is unknown color: approx Iris Blue. HEX triplet: 02, B4 and E2. RGB value is (2,180,226). Sum of RGB (Red+Green+Blue) = 2+180+226=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 226 (88.67% from 255 or 55.39% from 408); Max value from RGB is 226 - color contains mainly: blue. Hex color #02B4E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B4E2 is #FD4B1D. Grayscale: #838383. Windows color (decimal): -16599838 or 14857218. OLE color: 14857218.

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

Color convert

RGB2180226-
CMYK0.990.2000.11
HSL192.32º98.25%44.71%-
HSV(B)192.32º99.12%88.63%-
XYZ30.0738.1577.73-
YUV132.02181.0335.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.49%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 226 (88.67% from 255) = 55.39%
R=0.49%
G=44.12%
B=55.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal21802260.990.2000.11192.3298.2544.71
Hex2B4E263140Bc0622d
Octal22643421432401330014255
Binary10101101001110001011000111010001011110000001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,180,226); }

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

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

 a { background-color: rgb(2,180,226); }

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

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

 span { border-color: rgb(2,180,226); }

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