#A3D7CC

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

Shades of Sinbad #A3D7CC

Tints of Sinbad #A3D7CC

Color information

#A3D7CC (or 0xA3D7CC) is unknown color: approx Sinbad. HEX triplet: A3, D7 and CC. RGB value is (163,215,204). Sum of RGB (Red+Green+Blue) = 163+215+204=582 (77% of max value = 765). Red value is 163 (64.06% from 255 or 28.01% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D7CC is #5C2833. Grayscale: #C6C6C6. Windows color (decimal): -6039604 or 13424547. OLE color: 13424547.

HSL color Cylindrical-coordinate representation of color #A3D7CC: hue angle of 167.31º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D7CC is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB163215204-
CMYK0.2400.050.16
HSL167.31º39.39%74.12%-
HSV(B)167.31º24.19%84.31%-
XYZ50.360.7566.2-
YUV198.2131.27102.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.01%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=28.01%
G=36.94%
B=35.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632152040.2400.050.16167.3139.3974.12
HexA3D7CC180510a7274a
Octal24332731430052024747112
Binary10100011110101111100110011000010110000101001111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D7CC; }

 p { color: rgb(163,215,204); }

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

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

 a { background-color: rgb(163,215,204); }

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

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

 span { border-color: rgb(163,215,204); }

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