#09BBCF

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

Shades of Iris Blue #09BBCF

Tints of Iris Blue #09BBCF

Color information

#09BBCF (or 0x09BBCF) is unknown color: approx Iris Blue. HEX triplet: 09, BB and CF. RGB value is (9,187,207). Sum of RGB (Red+Green+Blue) = 9+187+207=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #09BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBCF is #F64430. Grayscale: #878787. Windows color (decimal): -16139313 or 13613833. OLE color: 13613833.

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

Color convert

RGB9187207-
CMYK0.960.1000.19
HSL186.06º91.67%42.35%-
HSV(B)186.06º95.65%81.18%-
XYZ29.1540.165.24-
YUV136.06168.0337.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.23%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 207 (81.25% from 255) = 51.36%
R=2.23%
G=46.40%
B=51.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal91872070.960.1000.19186.0691.6742.35
Hex9BBCF60A013ba5c2a
Octal112733171401202327213452
Binary1001101110111100111111000001010010011101110101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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