#01BAAE

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

Shades of Iris Blue #01BAAE

Tints of Iris Blue #01BAAE

Color information

#01BAAE (or 0x01BAAE) is unknown color: approx Iris Blue. HEX triplet: 01, BA and AE. RGB value is (1,186,174). Sum of RGB (Red+Green+Blue) = 1+186+174=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #01BAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BAAE is #FE4551. Grayscale: #818181. Windows color (decimal): -16663890 or 11450881. OLE color: 11450881.

HSL color Cylindrical-coordinate representation of color #01BAAE: hue angle of 176.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BAAE is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB1186174-
CMYK0.9900.060.27
HSL176.11º98.93%36.67%-
HSV(B)176.11º99.46%72.94%-
XYZ25.2138.1846.09-
YUV129.32153.2136.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 186 (73.05% from 255) = 51.52%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=0.28%
G=51.52%
B=48.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11861740.9900.060.27176.1198.9336.67
Hex1BAAE63061Bb06325
Octal1272256143063326014345
Binary110111010101011101100011011011011101100001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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