#A7CCCA

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

Shades of Sinbad #A7CCCA

Tints of Sinbad #A7CCCA

Color information

#A7CCCA (or 0xA7CCCA) is unknown color: approx Sinbad. HEX triplet: A7, CC and CA. RGB value is (167,204,202). Sum of RGB (Red+Green+Blue) = 167+204+202=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CCCA is #583335. Grayscale: #C0C0C0. Windows color (decimal): -5780278 or 13290663. OLE color: 13290663.

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

Color convert

RGB167204202-
CMYK0.1800.010.2
HSL176.76º26.62%72.75%-
HSV(B)176.76º18.14%80%-
XYZ48.1955.6764.08-
YUV192.71133.24109.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.14%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=29.14%
G=35.60%
B=35.25%

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
Decimal1672042020.1800.010.2176.7626.6272.75
HexA7CCCA120114b11b49
Octal24731431222012426133111
Binary10100111110011001100101010010011010010110001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCCA; }

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

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

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

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

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

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

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

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