#00a9c6

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

Shades of Iris Blue #00A9C6

Tints of Iris Blue #00A9C6

Color information

#00A9C6 (or 0x00A9C6) is unknown color: approx Iris Blue. HEX triplet: 00, A9 and C6. RGB value is (0,169,198). Sum of RGB (Red+Green+Blue) = 0+169+198=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #00A9C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A9C6 is #FF5639. Grayscale: #797979. Windows color (decimal): -16733754 or 13019392. OLE color: 13019392.

HSL color Cylindrical-coordinate representation of color #00A9C6: hue angle of 188.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A9C6 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB0169198-
CMYK10.1500.22
HSL188.79º100%38.82%-
HSV(B)188.79º100%77.65%-
XYZ24.3832.4558.41-
YUV121.78171.0141.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 169 (66.41% from 255) = 46.05%
BLUE value IS 198 (77.73% from 255) = 53.95%
R=0%
G=46.05%
B=53.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal016919810.1500.22188.7910038.82
Hex0A9C664F016bd6427
Octal02513061441702627514447
Binary0101010011100011011001001111010110101111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00a9c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00a9c6; }

 p { color: rgb(0,169,198); }

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

<style>
 a { background-color: #00a9c6; }

 a { background-color: rgb(0,169,198); }

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

<style>
 span { border-color: #00a9c6; }

 span { border-color: rgb(0,169,198); }

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