#02B4BB

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

Shades of Iris Blue #02B4BB

Tints of Iris Blue #02B4BB

Color information

#02B4BB (or 0x02B4BB) is unknown color: approx Iris Blue. HEX triplet: 02, B4 and BB. RGB value is (2,180,187). Sum of RGB (Red+Green+Blue) = 2+180+187=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #02B4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B4BB is #FD4B44. Grayscale: #7F7F7F. Windows color (decimal): -16599877 or 12301314. OLE color: 12301314.

HSL color Cylindrical-coordinate representation of color #02B4BB: hue angle of 182.27º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B4BB is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2180187-
CMYK0.990.0400.27
HSL182.27º97.88%37.06%-
HSV(B)182.27º98.93%73.33%-
XYZ25.3236.2452.68-
YUV127.58161.5338.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 180 (70.70% from 255) = 48.78%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=0.54%
G=48.78%
B=50.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21801870.990.0400.27182.2797.8837.06
Hex2B4BB63401Bb66225
Octal2264273143403326614245
Binary1010110100101110111100011100011011101101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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