#A7CCC9

Color #A7CCC9 Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #A7CCC9

Tints of Sinbad #A7CCC9

Color information

#A7CCC9 (or 0xA7CCC9) is unknown color: approx Sinbad. HEX triplet: A7, CC and C9. RGB value is (167,204,201). Sum of RGB (Red+Green+Blue) = 167+204+201=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCC9 is #583336. Grayscale: #C0C0C0. Windows color (decimal): -5780279 or 13225127. OLE color: 13225127.

HSL color Cylindrical-coordinate representation of color #A7CCC9: hue angle of 175.14º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CCC9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB167204201-
CMYK0.1800.010.2
HSL175.14º26.62%72.75%-
HSV(B)175.14º18.14%80%-
XYZ48.0755.6263.46-
YUV192.59132.74109.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.20%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=29.20%
G=35.66%
B=35.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672042010.1800.010.2175.1426.6272.75
HexA7CCC9120114af1b49
Octal24731431122012425733111
Binary10100111110011001100100110010011010010101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCC9; }

 p { color: rgb(167,204,201); }

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

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

 a { background-color: rgb(167,204,201); }

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

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

 span { border-color: rgb(167,204,201); }

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