#01B3AD

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

Shades of Iris Blue #01B3AD

Tints of Iris Blue #01B3AD

Color information

#01B3AD (or 0x01B3AD) is unknown color: approx Iris Blue. HEX triplet: 01, B3 and AD. RGB value is (1,179,173). Sum of RGB (Red+Green+Blue) = 1+179+173=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #01B3AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B3AD is #FE4C52. Grayscale: #7C7C7C. Windows color (decimal): -16665683 or 11383553. OLE color: 11383553.

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

Color convert

RGB1179173-
CMYK0.9900.030.30
HSL177.98º98.89%35.29%-
HSV(B)177.98º99.44%70.2%-
XYZ23.6835.2645.09-
YUV125.09155.0339.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=0.28%
G=50.71%
B=49.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11791730.9900.030.30177.9898.8935.29
Hex1B3AD63031Eb26323
Octal1263255143033626214343
Binary11011001110101101110001101111110101100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,179,173); }

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

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

 a { background-color: rgb(1,179,173); }

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

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

 span { border-color: rgb(1,179,173); }

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