#01B1B0

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

Shades of Iris Blue #01B1B0

Tints of Iris Blue #01B1B0

Color information

#01B1B0 (or 0x01B1B0) is unknown color: approx Iris Blue. HEX triplet: 01, B1 and B0. RGB value is (1,177,176). Sum of RGB (Red+Green+Blue) = 1+177+176=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #01B1B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B1B0 is #FE4E4F. Grayscale: #7C7C7C. Windows color (decimal): -16666192 or 11579649. OLE color: 11579649.

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

Color convert

RGB1177176-
CMYK0.9900.010.31
HSL179.66º98.88%34.9%-
HSV(B)179.66º99.44%69.41%-
XYZ23.5734.5946.51-
YUV124.26157.1940.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 177 (69.53% from 255) = 50%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=0.28%
G=50%
B=49.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11771760.9900.010.31179.6698.8834.9
Hex1B1B063011Fb46323
Octal1261260143013726414343
Binary1101100011011000011000110111111101101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B1B0; }

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

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

<style>
 a { background-color: #01B1B0; }

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

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

<style>
 span { border-color: #01B1B0; }

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

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