#09BABB

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

Shades of Iris Blue #09BABB

Tints of Iris Blue #09BABB

Color information

#09BABB (or 0x09BABB) is unknown color: approx Iris Blue. HEX triplet: 09, BA and BB. RGB value is (9,186,187). Sum of RGB (Red+Green+Blue) = 9+186+187=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #09BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BABB is #F64544. Grayscale: #858585. Windows color (decimal): -16139589 or 12302857. OLE color: 12302857.

HSL color Cylindrical-coordinate representation of color #09BABB: hue angle of 180.34º 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 #09BABB is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9186187-
CMYK0.950.0100.27
HSL180.34º90.82%38.43%-
HSV(B)180.34º95.19%73.33%-
XYZ26.6438.7653.09-
YUV133.19158.3639.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.36%
GREEN value IS 186 (73.05% from 255) = 48.69%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=2.36%
G=48.69%
B=48.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91861870.950.0100.27180.3490.8238.43
Hex9BABB5F101Bb45b26
Octal11272273137103326413346
Binary1001101110101011101110111111011011101101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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