#00B4B3

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

Shades of Iris Blue #00B4B3

Tints of Iris Blue #00B4B3

Color information

#00B4B3 (or 0x00B4B3) is unknown color: approx Iris Blue. HEX triplet: 00, B4 and B3. RGB value is (0,180,179). Sum of RGB (Red+Green+Blue) = 0+180+179=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #00B4B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B4B3 is #FF4B4C. Grayscale: #7D7D7D. Windows color (decimal): -16730957 or 11777024. OLE color: 11777024.

HSL color Cylindrical-coordinate representation of color #00B4B3: hue angle of 179.67º 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 #00B4B3 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB0180179-
CMYK100.010.29
HSL179.67º100%35.29%-
HSV(B)179.67º100%70.59%-
XYZ24.4635.948.29-
YUV126.07157.8738.08-

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.14%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=0%
G=50.14%
B=49.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0180179100.010.29179.6710035.29
Hex0B4B364011Db46423
Octal0264263144013526414443
Binary0101101001011001111001000111101101101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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