#01B2AE

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

Shades of Iris Blue #01B2AE

Tints of Iris Blue #01B2AE

Color information

#01B2AE (or 0x01B2AE) is unknown color: approx Iris Blue. HEX triplet: 01, B2 and AE. RGB value is (1,178,174). Sum of RGB (Red+Green+Blue) = 1+178+174=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #01B2AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B2AE is #FE4D51. Grayscale: #7C7C7C. Windows color (decimal): -16665938 or 11448833. OLE color: 11448833.

HSL color Cylindrical-coordinate representation of color #01B2AE: hue angle of 178.64º 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 #01B2AE is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB1178174-
CMYK0.9900.020.30
HSL178.64º98.88%35.1%-
HSV(B)178.64º99.44%69.8%-
XYZ23.5734.945.54-
YUV124.62155.8639.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=0.28%
G=50.42%
B=49.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11781740.9900.020.30178.6498.8835.1
Hex1B2AE63021Eb36323
Octal1262256143023626314343
Binary11011001010101110110001101011110101100111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,178,174); }

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

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

 a { background-color: rgb(1,178,174); }

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

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

 span { border-color: rgb(1,178,174); }

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