#09BDCB

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

Shades of Iris Blue #09BDCB

Tints of Iris Blue #09BDCB

Color information

#09BDCB (or 0x09BDCB) is unknown color: approx Iris Blue. HEX triplet: 09, BD and CB. RGB value is (9,189,203). Sum of RGB (Red+Green+Blue) = 9+189+203=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #09BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDCB is #F64234. Grayscale: #888888. Windows color (decimal): -16138805 or 13352201. OLE color: 13352201.

HSL color Cylindrical-coordinate representation of color #09BDCB: hue angle of 184.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDCB is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9189203-
CMYK0.960.0700.20
HSL184.33º91.51%41.57%-
HSV(B)184.33º95.57%79.61%-
XYZ29.0940.7762.84-
YUV136.78165.3736.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.24%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=2.24%
G=47.13%
B=50.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91892030.960.0700.20184.3391.5141.57
Hex9BDCB607014b85c2a
Octal11275313140702427013452
Binary100110111101110010111100000111010100101110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,189,203); }

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

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

 a { background-color: rgb(9,189,203); }

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

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

 span { border-color: rgb(9,189,203); }

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