#09bccf

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

Shades of Iris Blue #09BCCF

Tints of Iris Blue #09BCCF

Color information

#09BCCF (or 0x09BCCF) is unknown color: approx Iris Blue. HEX triplet: 09, BC and CF. RGB value is (9,188,207). Sum of RGB (Red+Green+Blue) = 9+188+207=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #09BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCCF is #F64330. Grayscale: #888888. Windows color (decimal): -16139057 or 13614089. OLE color: 13614089.

HSL color Cylindrical-coordinate representation of color #09BCCF: hue angle of 185.76º 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 #09BCCF is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9188207-
CMYK0.960.0900.19
HSL185.76º91.67%42.35%-
HSV(B)185.76º95.65%81.18%-
XYZ29.3640.5365.31-
YUV136.65167.736.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.23%
GREEN value IS 188 (73.83% from 255) = 46.53%
BLUE value IS 207 (81.25% from 255) = 51.24%
R=2.23%
G=46.53%
B=51.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal91882070.960.0900.19185.7691.6742.35
Hex9BCCF609013ba5c2a
Octal112743171401102327213452
Binary1001101111001100111111000001001010011101110101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09bccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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