#01ADB3

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

Shades of Iris Blue #01ADB3

Tints of Iris Blue #01ADB3

Color information

#01ADB3 (or 0x01ADB3) is unknown color: approx Iris Blue. HEX triplet: 01, AD and B3. RGB value is (1,173,179). Sum of RGB (Red+Green+Blue) = 1+173+179=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #01ADB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADB3 is #FE524C. Grayscale: #7A7A7A. Windows color (decimal): -16667213 or 11775233. OLE color: 11775233.

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

Color convert

RGB1173179-
CMYK0.990.0300.30
HSL182.02º98.89%35.29%-
HSV(B)182.02º99.44%70.2%-
XYZ23.0933.1547.83-
YUV122.26160.0241.51-

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) = 49.01%
BLUE value IS 179 (70.31% from 255) = 50.71%
R=0.28%
G=49.01%
B=50.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11731790.990.0300.30182.0298.8935.29
Hex1ADB363301Eb66323
Octal1255263143303626614343
Binary11010110110110011110001111011110101101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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