#09ADBB

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

Shades of Iris Blue #09ADBB

Tints of Iris Blue #09ADBB

Color information

#09ADBB (or 0x09ADBB) is unknown color: approx Iris Blue. HEX triplet: 09, AD and BB. RGB value is (9,173,187). Sum of RGB (Red+Green+Blue) = 9+173+187=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #09ADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADBB is #F65244. Grayscale: #7D7D7D. Windows color (decimal): -16142917 or 12299529. OLE color: 12299529.

HSL color Cylindrical-coordinate representation of color #09ADBB: hue angle of 184.72º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADBB is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9173187-
CMYK0.950.0700.27
HSL184.72º90.82%38.43%-
HSV(B)184.72º95.19%73.33%-
XYZ24.0333.5352.22-
YUV125.56162.6744.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.44%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=2.44%
G=46.88%
B=50.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91731870.950.0700.27184.7290.8238.43
Hex9ADBB5F701Bb95b26
Octal11255273137703327113346
Binary100110101101101110111011111111011011101110011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09ADBB; }

 p { color: rgb(9,173,187); }

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

<style>
 a { background-color: #09ADBB; }

 a { background-color: rgb(9,173,187); }

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

<style>
 span { border-color: #09ADBB; }

 span { border-color: rgb(9,173,187); }

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