#01A9BD

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

Shades of Iris Blue #01A9BD

Tints of Iris Blue #01A9BD

Color information

#01A9BD (or 0x01A9BD) is unknown color: approx Iris Blue. HEX triplet: 01, A9 and BD. RGB value is (1,169,189). Sum of RGB (Red+Green+Blue) = 1+169+189=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #01A9BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A9BD is #FE5642. Grayscale: #787878. Windows color (decimal): -16668227 or 12429569. OLE color: 12429569.

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

Color convert

RGB1169189-
CMYK0.990.1100.26
HSL186.38º98.95%37.25%-
HSV(B)186.38º99.47%74.12%-
XYZ23.3932.0653.1-
YUV121.05166.3442.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 169 (66.41% from 255) = 47.08%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=0.28%
G=47.08%
B=52.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11691890.990.1100.26186.3898.9537.25
Hex1A9BD63B01Aba6325
Octal12512751431303227214345
Binary1101010011011110111000111011011010101110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,169,189); }

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

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

 a { background-color: rgb(1,169,189); }

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

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

 span { border-color: rgb(1,169,189); }

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