#09B5B9

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

Shades of Iris Blue #09B5B9

Tints of Iris Blue #09B5B9

Color information

#09B5B9 (or 0x09B5B9) is unknown color: approx Iris Blue. HEX triplet: 09, B5 and B9. RGB value is (9,181,185). Sum of RGB (Red+Green+Blue) = 9+181+185=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #09B5B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5B9 is #F64A46. Grayscale: #818181. Windows color (decimal): -16140871 or 12170505. OLE color: 12170505.

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

Color convert

RGB9181185-
CMYK0.950.0200.27
HSL181.36º90.72%38.04%-
HSV(B)181.36º95.14%72.55%-
XYZ25.3936.6151.63-
YUV130.03159.0241.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.4%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=2.4%
G=48.27%
B=49.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91811850.950.0200.27181.3690.7238.04
Hex9B5B95F201Bb55b26
Octal11265271137203326513346
Binary10011011010110111001101111110011011101101011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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