#00A9CA

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

Shades of Iris Blue #00A9CA

Tints of Iris Blue #00A9CA

Color information

#00A9CA (or 0x00A9CA) is unknown color: approx Iris Blue. HEX triplet: 00, A9 and CA. RGB value is (0,169,202). Sum of RGB (Red+Green+Blue) = 0+169+202=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #00A9CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A9CA is #FF5635. Grayscale: #797979. Windows color (decimal): -16733750 or 13281536. OLE color: 13281536.

HSL color Cylindrical-coordinate representation of color #00A9CA: hue angle of 189.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A9CA is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB0169202-
CMYK10.1600.21
HSL189.8º100%39.61%-
HSV(B)189.8º100%79.22%-
XYZ24.8532.6460.87-
YUV122.23173.0140.82-

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) = 45.55%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=0%
G=45.55%
B=54.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal016920210.1600.21189.810039.61
Hex0A9CA6410015be6428
Octal02513121442002527614450
Binary01010100111001010110010010000010101101111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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