#09BCC4

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

Shades of Iris Blue #09BCC4

Tints of Iris Blue #09BCC4

Color information

#09BCC4 (or 0x09BCC4) is unknown color: approx Iris Blue. HEX triplet: 09, BC and C4. RGB value is (9,188,196). Sum of RGB (Red+Green+Blue) = 9+188+196=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #09BCC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCC4 is #F6433B. Grayscale: #878787. Windows color (decimal): -16139068 or 12893193. OLE color: 12893193.

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

Color convert

RGB9188196-
CMYK0.950.0400.23
HSL182.57º91.22%40.2%-
HSV(B)182.57º95.41%76.86%-
XYZ28.0640.0158.47-
YUV135.39162.237.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.29%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 196 (76.95% from 255) = 49.87%
R=2.29%
G=47.84%
B=49.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91881960.950.0400.23182.5791.2240.2
Hex9BCC45F4017b75b28
Octal11274304137402726713350
Binary100110111100110001001011111100010111101101111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,188,196); }

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

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

 a { background-color: rgb(9,188,196); }

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

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

 span { border-color: rgb(9,188,196); }

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