#09B9C5

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

Shades of Iris Blue #09B9C5

Tints of Iris Blue #09B9C5

Color information

#09B9C5 (or 0x09B9C5) is unknown color: approx Iris Blue. HEX triplet: 09, B9 and C5. RGB value is (9,185,197). Sum of RGB (Red+Green+Blue) = 9+185+197=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #09B9C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B9C5 is #F6463A. Grayscale: #858585. Windows color (decimal): -16139835 or 12957961. OLE color: 12957961.

HSL color Cylindrical-coordinate representation of color #09B9C5: hue angle of 183.83º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B9C5 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9185197-
CMYK0.950.0600.23
HSL183.83º91.26%40.39%-
HSV(B)183.83º95.43%77.25%-
XYZ27.5438.7958.86-
YUV133.74163.6939.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.30%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 197 (77.34% from 255) = 50.38%
R=2.30%
G=47.31%
B=50.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91851970.950.0600.23183.8391.2640.39
Hex9B9C55F6017b85b28
Octal11271305137602727013350
Binary100110111001110001011011111110010111101110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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