#09B4C9

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

Shades of Iris Blue #09B4C9

Tints of Iris Blue #09B4C9

Color information

#09B4C9 (or 0x09B4C9) is unknown color: approx Iris Blue. HEX triplet: 09, B4 and C9. RGB value is (9,180,201). Sum of RGB (Red+Green+Blue) = 9+180+201=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #09B4C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B4C9 is #F64B36. Grayscale: #838383. Windows color (decimal): -16141111 or 13218825. OLE color: 13218825.

HSL color Cylindrical-coordinate representation of color #09B4C9: hue angle of 186.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B4C9 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9180201-
CMYK0.960.1000.21
HSL186.56º91.43%41.18%-
HSV(B)186.56º95.52%78.82%-
XYZ26.9836.9260.96-
YUV131.26167.3540.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.31%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 201 (78.91% from 255) = 51.54%
R=2.31%
G=46.15%
B=51.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91802010.960.1000.21186.5691.4341.18
Hex9B4C960A015bb5b29
Octal112643111401202527313351
Binary1001101101001100100111000001010010101101110111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,180,201); }

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

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

 a { background-color: rgb(9,180,201); }

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

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

 span { border-color: rgb(9,180,201); }

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