#00B4B4

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

Shades of Iris Blue #00B4B4

Tints of Iris Blue #00B4B4

Color information

#00B4B4 (or 0x00B4B4) is unknown color: approx Iris Blue. HEX triplet: 00, B4 and B4. RGB value is (0,180,180). Sum of RGB (Red+Green+Blue) = 0+180+180=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #00B4B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B4B4 is #FF4B4B. Grayscale: #7D7D7D. Windows color (decimal): -16730956 or 11842560. OLE color: 11842560.

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

Color convert

RGB0180180-
CMYK1000.29
HSL180º100%35.29%-
HSV(B)180º100%70.59%-
XYZ24.5635.9448.82-
YUV126.18158.3738-

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%
BLUE value IS 180 (70.70% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal01801801000.2918010035.29
Hex0B4B464001Db46423
Octal0264264144003526414443
Binary0101101001011010011001000011101101101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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