#09c0b5

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

Shades of Iris Blue #09C0B5

Tints of Iris Blue #09C0B5

Color information

#09C0B5 (or 0x09C0B5) is unknown color: approx Iris Blue. HEX triplet: 09, C0 and B5. RGB value is (9,192,181). Sum of RGB (Red+Green+Blue) = 9+192+181=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 181 (71.09% from 255 or 47.38% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0B5 is #F63F4A. Grayscale: #878787. Windows color (decimal): -16138059 or 11911177. OLE color: 11911177.

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

Color convert

RGB9192181-
CMYK0.9500.060.25
HSL176.39º91.04%39.41%-
HSV(B)176.39º95.31%75.29%-
XYZ27.341.0950.21-
YUV136.03153.3737.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.36%
GREEN value IS 192 (75.39% from 255) = 50.26%
BLUE value IS 181 (71.09% from 255) = 47.38%
R=2.36%
G=50.26%
B=47.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91921810.9500.060.25176.3991.0439.41
Hex9C0B55F0619b05b27
Octal11300265137063126013347
Binary100111000000101101011011111011011001101100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09c0b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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