#09B8C5

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

Shades of Iris Blue #09B8C5

Tints of Iris Blue #09B8C5

Color information

#09B8C5 (or 0x09B8C5) is unknown color: approx Iris Blue. HEX triplet: 09, B8 and C5. RGB value is (9,184,197). Sum of RGB (Red+Green+Blue) = 9+184+197=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #09B8C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8C5 is #F6473A. Grayscale: #848484. Windows color (decimal): -16140091 or 12957705. OLE color: 12957705.

HSL color Cylindrical-coordinate representation of color #09B8C5: hue angle of 184.15º 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 #09B8C5 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9184197-
CMYK0.950.0700.23
HSL184.15º91.26%40.39%-
HSV(B)184.15º95.43%77.25%-
XYZ27.3338.3758.79-
YUV133.16164.0239.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.31%
GREEN value IS 184 (72.27% from 255) = 47.18%
BLUE value IS 197 (77.34% from 255) = 50.51%
R=2.31%
G=47.18%
B=50.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91841970.950.0700.23184.1591.2640.39
Hex9B8C55F7017b85b28
Octal11270305137702727013350
Binary100110111000110001011011111111010111101110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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