Html Css Color HEX #09ADBB Iris Blue

📋 copy color: '#09ADBB'

red 9 ◦ green 173 ◦ blue 187

#09ADBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #09ADBB

Tints of Iris Blue #09ADBB

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 value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#09ADBB (or 0x09ADBB) is known color: 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

RGB 9 173 187 -
CMYK 0.95 0.07 0 0.27
HSL 184.72º 0.91% 0.38% -
HSV(B) 184.72º 0.95% 0.73% -
XYZ 24.03 33.53 52.22 -
YUV 125.56 162.67 44.86 -
System Red Green Blue C M Y K H S L
Decimal 9 173 187 0.95 0.07 0 0.27 184.72 0.91 0.38
Hex 9 AD BB 5F 7 0 1B B9 5B 26
Octal 11 255 273 137 7 0 33 271 133 46
Binary 1001 10101101 10111011 1011111 111 0 11011 10111001 1011011 100110

Color Harmonies of #09ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADBB

Black with #09ADBB

Text Example


Text Example

White with #09ADBB

Text Example


Text Example

HTML Codes & Css Web 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>