#09B9CE

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

Shades of Iris Blue #09B9CE

Tints of Iris Blue #09B9CE

Color information

#09B9CE (or 0x09B9CE) is unknown color: approx Iris Blue. HEX triplet: 09, B9 and CE. RGB value is (9,185,206). Sum of RGB (Red+Green+Blue) = 9+185+206=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #09B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B9CE is #F64631. Grayscale: #868686. Windows color (decimal): -16139826 or 13547785. OLE color: 13547785.

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

Color convert

RGB9185206-
CMYK0.960.1000.19
HSL186.4º91.63%42.16%-
HSV(B)186.4º95.63%80.78%-
XYZ28.639.2164.45-
YUV134.77168.1938.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.25%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 206 (80.86% from 255) = 51.5%
R=2.25%
G=46.25%
B=51.5%

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
Decimal91852060.960.1000.19186.491.6342.16
Hex9B9CE60A013ba5c2a
Octal112713161401202327213452
Binary1001101110011100111011000001010010011101110101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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