#09BBBA

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

Shades of Iris Blue #09BBBA

Tints of Iris Blue #09BBBA

Color information

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

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

Color convert

RGB9187186-
CMYK0.9500.010.27
HSL179.66º90.82%38.43%-
HSV(B)179.66º95.19%73.33%-
XYZ26.7539.1452.6-
YUV133.66157.5339.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91871860.9500.010.27179.6690.8238.43
Hex9BBBA5F011Bb45b26
Octal11273272137013326413346
Binary1001101110111011101010111110111011101101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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