#09B5CC

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

Shades of Iris Blue #09B5CC

Tints of Iris Blue #09B5CC

Color information

#09B5CC (or 0x09B5CC) is unknown color: approx Iris Blue. HEX triplet: 09, B5 and CC. RGB value is (9,181,204). Sum of RGB (Red+Green+Blue) = 9+181+204=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #09B5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B5CC is #F64A33. Grayscale: #838383. Windows color (decimal): -16140852 or 13415689. OLE color: 13415689.

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

Color convert

RGB9181204-
CMYK0.960.1100.2
HSL187.08º91.55%41.76%-
HSV(B)187.08º95.59%80%-
XYZ27.5437.4762.91-
YUV132.19168.5240.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.28%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=2.28%
G=45.94%
B=51.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91812040.960.1100.2187.0891.5541.76
Hex9B5CC60B014bb5c2a
Octal112653141401302427313452
Binary1001101101011100110011000001011010100101110111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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