#09BCE2

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

Shades of Iris Blue #09BCE2

Tints of Iris Blue #09BCE2

Color information

#09BCE2 (or 0x09BCE2) is unknown color: approx Iris Blue. HEX triplet: 09, BC and E2. RGB value is (9,188,226). Sum of RGB (Red+Green+Blue) = 9+188+226=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #09BCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCE2 is #F6431D. Grayscale: #8A8A8A. Windows color (decimal): -16139038 or 14859273. OLE color: 14859273.

HSL color Cylindrical-coordinate representation of color #09BCE2: hue angle of 190.51º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCE2 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9188226-
CMYK0.960.1700.11
HSL190.51º92.34%46.08%-
HSV(B)190.51º96.02%88.63%-
XYZ31.8241.5278.29-
YUV138.81177.235.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.13%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 226 (88.67% from 255) = 53.43%
R=2.13%
G=44.44%
B=53.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91882260.960.1700.11190.5192.3446.08
Hex9BCE260110Bbf5c2e
Octal112743421402101327713456
Binary1001101111001110001011000001000101011101111111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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