#00B4B2

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

Shades of Iris Blue #00B4B2

Tints of Iris Blue #00B4B2

Color information

#00B4B2 (or 0x00B4B2) is unknown color: approx Iris Blue. HEX triplet: 00, B4 and B2. RGB value is (0,180,178). Sum of RGB (Red+Green+Blue) = 0+180+178=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #00B4B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B4B2 is #FF4B4D. Grayscale: #7D7D7D. Windows color (decimal): -16730958 or 11711488. OLE color: 11711488.

HSL color Cylindrical-coordinate representation of color #00B4B2: hue angle of 179.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B4B2 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB0180178-
CMYK100.010.29
HSL179.33º100%35.29%-
HSV(B)179.33º100%70.59%-
XYZ24.3635.8647.76-
YUV125.95157.3738.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 180 (70.70% from 255) = 50.28%
BLUE value IS 178 (69.92% from 255) = 49.72%
R=0%
G=50.28%
B=49.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0180178100.010.29179.3310035.29
Hex0B4B264011Db36423
Octal0264262144013526314443
Binary0101101001011001011001000111101101100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B4B2; }

 p { color: rgb(0,180,178); }

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

<style>
 a { background-color: #00B4B2; }

 a { background-color: rgb(0,180,178); }

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

<style>
 span { border-color: #00B4B2; }

 span { border-color: rgb(0,180,178); }

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