#09BAB5

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

Shades of Iris Blue #09BAB5

Tints of Iris Blue #09BAB5

Color information

#09BAB5 (or 0x09BAB5) is unknown color: approx Iris Blue. HEX triplet: 09, BA and B5. RGB value is (9,186,181). Sum of RGB (Red+Green+Blue) = 9+186+181=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #09BAB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BAB5 is #F6454A. Grayscale: #848484. Windows color (decimal): -16139595 or 11909641. OLE color: 11909641.

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

Color convert

RGB9186181-
CMYK0.9500.030.27
HSL178.31º90.77%38.24%-
HSV(B)178.31º95.16%72.94%-
XYZ26.0138.5149.78-
YUV132.51155.3639.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.39%
GREEN value IS 186 (73.05% from 255) = 49.47%
BLUE value IS 181 (71.09% from 255) = 48.14%
R=2.39%
G=49.47%
B=48.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91861810.9500.030.27178.3190.7738.24
Hex9BAB55F031Bb25b26
Octal11272265137033326213346
Binary10011011101010110101101111101111011101100101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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