#A3D7CF

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

Shades of Sinbad #A3D7CF

Tints of Sinbad #A3D7CF

Color information

#A3D7CF (or 0xA3D7CF) is unknown color: approx Sinbad. HEX triplet: A3, D7 and CF. RGB value is (163,215,207). Sum of RGB (Red+Green+Blue) = 163+215+207=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D7CF is #5C2830. Grayscale: #C6C6C6. Windows color (decimal): -6039601 or 13621155. OLE color: 13621155.

HSL color Cylindrical-coordinate representation of color #A3D7CF: hue angle of 170.77º 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 #A3D7CF is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB163215207-
CMYK0.2400.040.16
HSL170.77º39.39%74.12%-
HSV(B)170.77º24.19%84.31%-
XYZ50.6760.8968.11-
YUV198.54132.77102.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.86%
GREEN value IS 215 (84.38% from 255) = 36.75%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=27.86%
G=36.75%
B=35.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632152070.2400.040.16170.7739.3974.12
HexA3D7CF180410ab274a
Octal24332731730042025347112
Binary10100011110101111100111111000010010000101010111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D7CF; }

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

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

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

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

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

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

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

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