#A7D2CC

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

Shades of Sinbad #A7D2CC

Tints of Sinbad #A7D2CC

Color information

#A7D2CC (or 0xA7D2CC) is unknown color: approx Sinbad. HEX triplet: A7, D2 and CC. RGB value is (167,210,204). Sum of RGB (Red+Green+Blue) = 167+210+204=581 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.74% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D2CC is #582D33. Grayscale: #C4C4C4. Windows color (decimal): -5778740 or 13423271. OLE color: 13423271.

HSL color Cylindrical-coordinate representation of color #A7D2CC: hue angle of 171.63º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7D2CC is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB167210204-
CMYK0.2000.030.18
HSL171.63º32.33%73.92%-
HSV(B)171.63º20.48%82.35%-
XYZ49.8858.6765.82-
YUV196.46132.25106.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.74%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=28.74%
G=36.14%
B=35.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672102040.2000.030.18171.6332.3373.92
HexA7D2CC140312ac204a
Octal24732231424032225440112
Binary1010011111010010110011001010001110010101011001000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D2CC; }

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

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

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

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

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

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

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

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