#01ADBA

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

Shades of Iris Blue #01ADBA

Tints of Iris Blue #01ADBA

Color information

#01ADBA (or 0x01ADBA) is unknown color: approx Iris Blue. HEX triplet: 01, AD and BA. RGB value is (1,173,186). Sum of RGB (Red+Green+Blue) = 1+173+186=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #01ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADBA is #FE5245. Grayscale: #7A7A7A. Windows color (decimal): -16667206 or 12233985. OLE color: 12233985.

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

Color convert

RGB1173186-
CMYK0.990.0700.27
HSL184.22º98.93%36.67%-
HSV(B)184.22º99.46%72.94%-
XYZ23.8233.4451.65-
YUV123.05163.5240.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=0.28%
G=48.06%
B=51.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11731860.990.0700.27184.2298.9336.67
Hex1ADBA63701Bb86325
Octal1255272143703327014345
Binary110101101101110101100011111011011101110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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