#09BCD8

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

Shades of Iris Blue #09BCD8

Tints of Iris Blue #09BCD8

Color information

#09BCD8 (or 0x09BCD8) is unknown color: approx Iris Blue. HEX triplet: 09, BC and D8. RGB value is (9,188,216). Sum of RGB (Red+Green+Blue) = 9+188+216=413 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #09BCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCD8 is #F64327. Grayscale: #898989. Windows color (decimal): -16139048 or 14203913. OLE color: 14203913.

HSL color Cylindrical-coordinate representation of color #09BCD8: hue angle of 188.12º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCD8 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9188216-
CMYK0.960.1300.15
HSL188.12º92%44.12%-
HSV(B)188.12º95.83%84.71%-
XYZ30.4940.9871.27-
YUV137.67172.236.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.18%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=2.18%
G=45.52%
B=52.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91882160.960.1300.15188.129244.12
Hex9BCD860D0Fbc5c2c
Octal112743301401501727413454
Binary100110111100110110001100000110101111101111001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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