#A7CCC8

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

Shades of Sinbad #A7CCC8

Tints of Sinbad #A7CCC8

Color information

#A7CCC8 (or 0xA7CCC8) is unknown color: approx Sinbad. HEX triplet: A7, CC and C8. RGB value is (167,204,200). Sum of RGB (Red+Green+Blue) = 167+204+200=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCC8 is #583337. Grayscale: #C0C0C0. Windows color (decimal): -5780280 or 13159591. OLE color: 13159591.

HSL color Cylindrical-coordinate representation of color #A7CCC8: hue angle of 173.51º 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 #A7CCC8 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB167204200-
CMYK0.1800.020.2
HSL173.51º26.62%72.75%-
HSV(B)173.51º18.14%80%-
XYZ47.9555.5762.84-
YUV192.48132.24109.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 200 (78.52% from 255) = 35.03%
R=29.25%
G=35.73%
B=35.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672042000.1800.020.2173.5126.6272.75
HexA7CCC8120214ae1b49
Octal24731431022022425633111
Binary101001111100110011001000100100101010010101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCC8; }

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

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

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

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

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

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

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

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