#01ACBA

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

Shades of Iris Blue #01ACBA

Tints of Iris Blue #01ACBA

Color information

#01ACBA (or 0x01ACBA) is unknown color: approx Iris Blue. HEX triplet: 01, AC and BA. RGB value is (1,172,186). Sum of RGB (Red+Green+Blue) = 1+172+186=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #01ACBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ACBA is #FE5345. Grayscale: #7A7A7A. Windows color (decimal): -16667462 or 12233729. OLE color: 12233729.

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

Color convert

RGB1172186-
CMYK0.990.0800.27
HSL184.54º98.93%36.67%-
HSV(B)184.54º99.46%72.94%-
XYZ23.6333.0651.59-
YUV122.47163.8541.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=0.28%
G=47.91%
B=51.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11721860.990.0800.27184.5498.9336.67
Hex1ACBA63801Bb96325
Octal12542721431003327114345
Binary1101011001011101011000111000011011101110011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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