#02B4C6

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

Shades of Iris Blue #02B4C6

Tints of Iris Blue #02B4C6

Color information

#02B4C6 (or 0x02B4C6) is unknown color: approx Iris Blue. HEX triplet: 02, B4 and C6. RGB value is (2,180,198). Sum of RGB (Red+Green+Blue) = 2+180+198=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #02B4C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B4C6 is #FD4B39. Grayscale: #808080. Windows color (decimal): -16599866 or 13022210. OLE color: 13022210.

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

Color convert

RGB2180198-
CMYK0.990.0900.22
HSL185.51º98%39.22%-
HSV(B)185.51º98.99%77.65%-
XYZ26.5436.7359.12-
YUV128.83167.0337.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 198 (77.73% from 255) = 52.11%
R=0.53%
G=47.37%
B=52.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21801980.990.0900.22185.519839.22
Hex2B4C6639016ba6227
Octal22643061431102627214247
Binary10101101001100011011000111001010110101110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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