#00B0B1

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

Shades of Iris Blue #00B0B1

Tints of Iris Blue #00B0B1

Color information

#00B0B1 (or 0x00B0B1) is unknown color: approx Iris Blue. HEX triplet: 00, B0 and B1. RGB value is (0,176,177). Sum of RGB (Red+Green+Blue) = 0+176+177=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #00B0B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B0B1 is #FF4F4E. Grayscale: #7B7B7B. Windows color (decimal): -16731983 or 11644928. OLE color: 11644928.

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

Color convert

RGB0176177-
CMYK10.0100.31
HSL180.34º100%34.71%-
HSV(B)180.34º100%69.41%-
XYZ23.4634.2246.96-
YUV123.49158.1939.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 176 (69.14% from 255) = 49.86%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=0%
G=49.86%
B=50.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017617710.0100.31180.3410034.71
Hex0B0B164101Fb46423
Octal0260261144103726414443
Binary0101100001011000111001001011111101101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,176,177); }

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

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

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

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

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

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

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